mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Change label style
This commit is contained in:
parent
bbacbf78f0
commit
cfbfd6041d
@ -231,7 +231,8 @@ private fun TimeZoneLabel(
|
||||
)
|
||||
Text(
|
||||
text = stringResource(R.string.add_label),
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
style = MaterialTheme.typography.headlineMedium
|
||||
)
|
||||
}
|
||||
}
|
||||
@ -249,7 +250,8 @@ private fun TimeZoneLabel(
|
||||
}
|
||||
Text(
|
||||
text = label,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
style = MaterialTheme.typography.headlineMedium
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user