Skip to content

Commit 5be283f

Browse files
committed
Tweaked labels UI in settings dialog
1 parent fab99f0 commit 5be283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/jetpackduba/gitnuro/ui/dialogs/settings/SettingsDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private fun Section(name: String) {
283283
color = MaterialTheme.colors.onBackgroundSecondary,
284284
style = MaterialTheme.typography.body2,
285285
modifier = Modifier.padding(horizontal = 16.dp, vertical = 4.dp),
286-
fontWeight = FontWeight.Bold,
286+
fontWeight = FontWeight.SemiBold,
287287
)
288288
}
289289

0 commit comments

Comments
 (0)