Skip to content

Commit

Permalink
🐛 fix text style in edit screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwa0 committed Sep 1, 2024
1 parent 708eb42 commit 3498da7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,10 @@ internal fun EditScreen(
)
}

Text(stringResource(ProfileCardRes.string.select_theme))
Text(
text = stringResource(ProfileCardRes.string.select_theme),
style = MaterialTheme.typography.titleMedium,
)

CardTypePiker(
selectedCardType = selectedCardType,
Expand Down

0 comments on commit 3498da7

Please sign in to comment.