We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab99f0 commit 5be283fCopy full SHA for 5be283f
src/main/kotlin/com/jetpackduba/gitnuro/ui/dialogs/settings/SettingsDialog.kt
@@ -283,7 +283,7 @@ private fun Section(name: String) {
283
color = MaterialTheme.colors.onBackgroundSecondary,
284
style = MaterialTheme.typography.body2,
285
modifier = Modifier.padding(horizontal = 16.dp, vertical = 4.dp),
286
- fontWeight = FontWeight.Bold,
+ fontWeight = FontWeight.SemiBold,
287
)
288
}
289
0 commit comments