Skip to content

Commit

Permalink
font size adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
seldon1000 committed Jul 20, 2021
1 parent fdabdf2 commit 1329849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fun Header(expanded: Boolean, title: String, item: @Composable () -> Unit = {})
) {
Text(
text = title,
fontSize = 40.sp,
fontSize = 32.sp,
fontWeight = FontWeight.SemiBold
)
item()
Expand Down

0 comments on commit 1329849

Please sign in to comment.