fix(settings): update title text style to use titleMedium

This commit is contained in:
2026-05-25 21:27:20 +02:00
parent e58afd26d5
commit dedd4f1da5

View File

@@ -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,