mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
fix(settings): update title text style to use titleMedium
This commit is contained in:
@@ -77,7 +77,7 @@ fun SettingsScreen(
|
||||
item(key = "${groupIndex}-title") {
|
||||
Text(
|
||||
text = title,
|
||||
style = MaterialTheme.typography.titleSmall,
|
||||
style = MaterialTheme.typography.titleMedium,
|
||||
color = MaterialTheme.colorScheme.primary,
|
||||
modifier = Modifier.padding(
|
||||
start = 16.dp,
|
||||
|
||||
Reference in New Issue
Block a user