Commit 4025e1da by Aleksandr Tamakov

Changed Toolbar Title style

parent 3b711645
......@@ -13,7 +13,9 @@ import androidx.compose.material3.TopAppBarColors
import androidx.compose.material3.TopAppBarDefaults
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
@OptIn(ExperimentalMaterial3Api::class)
@Composable
......@@ -29,7 +31,9 @@ internal fun TopAppBarComponent(
title = {
Text(
text = text,
style = MaterialTheme.typography.bodyLarge,
style = MaterialTheme.typography.titleMedium,
fontWeight = FontWeight.Medium,
fontSize = 18.sp
)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment