Skip to content

Commit

Permalink
Tweaked labels UI in settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Feb 11, 2025
1 parent fab99f0 commit 5be283f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ private fun Section(name: String) {
color = MaterialTheme.colors.onBackgroundSecondary,
style = MaterialTheme.typography.body2,
modifier = Modifier.padding(horizontal = 16.dp, vertical = 4.dp),
fontWeight = FontWeight.Bold,
fontWeight = FontWeight.SemiBold,
)
}

Expand Down

0 comments on commit 5be283f

Please sign in to comment.