diff --git a/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt b/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt index 7df40a08a..9bc640340 100644 --- a/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt +++ b/feature/profilecard/src/commonMain/kotlin/io/github/droidkaigi/confsched/profilecard/ProfileCardScreen.kt @@ -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,