summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme/src
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-25 12:17:53 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-09-25 12:17:53 +0200
commitbdac804720b5ad9de3db6a149042b1719c6c0631 (patch)
tree3aa0e98fb6a7f1f6f187af63bce90eaf5dcd023d /android/lib/theme/src
parente2b50fb5d78f568b3fe483f14788ae7500920012 (diff)
parent9a3b718428b2b2c80c5bef807e15b97fa7cea04e (diff)
downloadmullvadvpn-bdac804720b5ad9de3db6a149042b1719c6c0631.tar.xz
mullvadvpn-bdac804720b5ad9de3db6a149042b1719c6c0631.zip
Merge branch 'set-dialog-radius-to-the-correct-value-droid-358'
Diffstat (limited to 'android/lib/theme/src')
-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