summaryrefslogtreecommitdiffhomepage
path: root/android/lib
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-26 11:32:38 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-26 11:32:38 +0200
commit29bb3f728840f3766728000da5122f07ff3f0fdb (patch)
treef4b5f4ac857a7bdaef6f7e8ada9e7fabc98522cc /android/lib
parent77b74239c60356a23546a49726a7337d84b69d7b (diff)
parentf52aa1729fbabe7213c7c2f3c4d9824704a512ca (diff)
downloadmullvadvpn-29bb3f728840f3766728000da5122f07ff3f0fdb.tar.xz
mullvadvpn-29bb3f728840f3766728000da5122f07ff3f0fdb.zip
Merge branch 'migrate-out-of-time-view-to-compose-droid-55'
Diffstat (limited to 'android/lib')
-rw-r--r--android/lib/theme/src/main/kotlin/net/mullvad/mullvadvpn/lib/theme/Theme.kt1
1 files changed, 1 insertions, 0 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 ab3a2f61c0..7e48417168 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
@@ -28,6 +28,7 @@ private val MullvadTypography =
fontSize = TypeScale.TextBig,
fontWeight = FontWeight.Bold
),
+ bodyMedium = TextStyle(fontSize = TypeScale.TextMediumPlus, fontWeight = FontWeight.Bold),
bodySmall = TextStyle(color = MullvadWhite, fontSize = TypeScale.TextSmall),
titleSmall =
TextStyle(