Update Drawer title

This commit is contained in:
Sad Ellie 2023-10-15 20:15:42 +03:00
parent d2871d8547
commit a6332a5279

View File

@ -72,7 +72,7 @@ fun UnittoDrawerSheet(
)
) { hello ->
Text(
text = if (hello) stringResource(R.string.hello_label) else stringResource(R.string.app_name).uppercase(),
text = if (hello) stringResource(R.string.hello_label) else stringResource(R.string.app_name),
modifier = Modifier.padding(horizontal = 28.dp, vertical = 24.dp),
style = MaterialTheme.typography.titleLarge,
color = MaterialTheme.colorScheme.primary