summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme/src
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-02-05 11:48:24 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-02-06 14:30:23 +0100
commitfef907dd170b14111d52a558d3566f3ee978478a (patch)
treea4de26e8e1b5cb3237266a149aadb06bb98efe25 /android/lib/theme/src
parentd24737222c2e7bd0d3a38067c39c521d13dd622f (diff)
downloadmullvadvpn-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.kt1
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),