Skip to content

Commit 90966b5

Browse files
frettclaude
andcommitted
Update LocalizationSettingsBox typography to titleMedium and bodyMedium
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 60bd4a5 commit 90966b5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/src/main/kotlin/org/cru/godtools/ui/dashboard/LocalizationSettingsBox.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ internal fun LocalizationSettingsBox(
3030
Column(modifier = Modifier.padding(16.dp)) {
3131
Text(
3232
text = stringResource(title),
33-
fontWeight = FontWeight.Bold,
34-
style = MaterialTheme.typography.bodyLarge
33+
style = MaterialTheme.typography.titleMedium
3534
)
3635
Text(
3736
text = stringResource(description),
38-
style = MaterialTheme.typography.bodySmall
37+
style = MaterialTheme.typography.bodyMedium
3938
)
4039
Button(
4140
onClick = onClickSettings,

0 commit comments

Comments
 (0)