summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-22 13:58:47 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-25 12:17:04 +0200
commit9a3b718428b2b2c80c5bef807e15b97fa7cea04e (patch)
tree3aa0e98fb6a7f1f6f187af63bce90eaf5dcd023d /android/lib/theme
parente2b50fb5d78f568b3fe483f14788ae7500920012 (diff)
downloadmullvadvpn-9a3b718428b2b2c80c5bef807e15b97fa7cea04e.tar.xz
mullvadvpn-9a3b718428b2b2c80c5bef807e15b97fa7cea04e.zip
Set default dialog radius to 11 and apply it to all dialogs
Diffstat (limited to 'android/lib/theme')
-rw-r--r--android/lib/theme/src/main/kotlin/net/mullvad/mullvadvpn/lib/theme/Theme.kt2
1 files changed, 1 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 132f2f9dc3..ab3a2f61c0 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
@@ -82,7 +82,7 @@ val Shapes =
small = RoundedCornerShape(4.dp),
medium = RoundedCornerShape(4.dp),
large = RoundedCornerShape(0.dp),
- extraLarge = RoundedCornerShape(4.dp)
+ extraLarge = RoundedCornerShape(11.dp)
)
val Dimens: Dimensions