summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme/src
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-20 16:45:59 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-26 09:38:42 +0200
commitc65122855e69d5c16f493dc879d45644762ca069 (patch)
tree369b65294ed53542d0abc7886ada83b792c78902 /android/lib/theme/src
parent26c734c0766beb5968e8a801df47232152da4d20 (diff)
downloadmullvadvpn-c65122855e69d5c16f493dc879d45644762ca069.tar.xz
mullvadvpn-c65122855e69d5c16f493dc879d45644762ca069.zip
Add site payment button
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, 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(