Skip to content

Commit

Permalink
[fix]: removed bold font on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
F0x1d committed Jun 30, 2024
1 parent 4f61f32 commit 361b988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fun RichButton(
Text(
text = stringResource(id = text),
style = MaterialTheme.typography.bodyLarge,
fontWeight = FontWeight.Bold,
fontWeight = FontWeight.Medium,
)
}
}
Expand Down

0 comments on commit 361b988

Please sign in to comment.