mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Update Drawer title
This commit is contained in:
parent
d2871d8547
commit
a6332a5279
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user