mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Update Drawer title
This commit is contained in:
parent
d2871d8547
commit
a6332a5279
@ -72,7 +72,7 @@ fun UnittoDrawerSheet(
|
|||||||
)
|
)
|
||||||
) { hello ->
|
) { hello ->
|
||||||
Text(
|
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),
|
modifier = Modifier.padding(horizontal = 28.dp, vertical = 24.dp),
|
||||||
style = MaterialTheme.typography.titleLarge,
|
style = MaterialTheme.typography.titleLarge,
|
||||||
color = MaterialTheme.colorScheme.primary
|
color = MaterialTheme.colorScheme.primary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user