Skip to content

Commit

Permalink
Fix RatingText font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Oct 31, 2024
1 parent 8577205 commit 8707184
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 RatingText(
) {
Row(modifier.height(IntrinsicSize.Min), verticalAlignment = Alignment.CenterVertically) {
ProvideTextStyleContentColor(
MaterialTheme.typography.titleMedium,
MaterialTheme.typography.titleLarge,
MaterialTheme.colorScheme.tertiary,
) {
val text = remember(rating.score) {
Expand Down

0 comments on commit 8707184

Please sign in to comment.