summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-02-06 14:32:01 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-02-06 14:32:01 +0100
commitd5ff4cd33db419e07ef44dfcb253a3c1927022c8 (patch)
treea4de26e8e1b5cb3237266a149aadb06bb98efe25 /android/lib/theme
parentd24737222c2e7bd0d3a38067c39c521d13dd622f (diff)
parentfef907dd170b14111d52a558d3566f3ee978478a (diff)
downloadmullvadvpn-d5ff4cd33db419e07ef44dfcb253a3c1927022c8.tar.xz
mullvadvpn-d5ff4cd33db419e07ef44dfcb253a3c1927022c8.zip
Merge branch 'change-snackbar-font-droid-918'
Diffstat (limited to 'android/lib/theme')
-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),