diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-02-05 11:48:24 +0100 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-02-06 14:30:23 +0100 |
| commit | fef907dd170b14111d52a558d3566f3ee978478a (patch) | |
| tree | a4de26e8e1b5cb3237266a149aadb06bb98efe25 /android/lib/theme/src | |
| parent | d24737222c2e7bd0d3a38067c39c521d13dd622f (diff) | |
| download | mullvadvpn-fef907dd170b14111d52a558d3566f3ee978478a.tar.xz mullvadvpn-fef907dd170b14111d52a558d3566f3ee978478a.zip | |
Replace usage of body medium with title medium
This is because snack bars uses body medium and we want
snack bars to have the standard look
Diffstat (limited to 'android/lib/theme/src')
| -rw-r--r-- | android/lib/theme/src/main/kotlin/net/mullvad/mullvadvpn/lib/theme/Theme.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/lib/theme/src/main/kotlin/net/mullvad/mullvadvpn/lib/theme/Theme.kt b/android/lib/theme/src/main/kotlin/net/mullvad/mullvadvpn/lib/theme/Theme.kt index f38602bf16..9eb0aae4b2 100644 --- a/android/lib/theme/src/main/kotlin/net/mullvad/mullvadvpn/lib/theme/Theme.kt +++ b/android/lib/theme/src/main/kotlin/net/mullvad/mullvadvpn/lib/theme/Theme.kt @@ -38,7 +38,6 @@ private val MullvadTypography = headlineSmall = TextStyle(fontSize = TypeScale.TextBig, fontWeight = FontWeight.Bold), bodySmall = TextStyle(fontSize = TypeScale.TextSmall), titleSmall = TextStyle(fontSize = TypeScale.TextMedium, fontWeight = FontWeight.SemiBold), - bodyMedium = TextStyle(fontSize = TypeScale.TextMediumPlus, fontWeight = FontWeight.Bold), titleMedium = TextStyle(fontSize = TypeScale.TextMediumPlus, fontWeight = FontWeight.SemiBold), titleLarge = TextStyle(fontSize = TypeScale.TitleLarge, fontFamily = FontFamily.SansSerif), |
