summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ui/component/src
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-07-02 09:31:42 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-07-02 09:31:42 +0200
commit4348e9e439d5b7939708cda2eb1722fe2be6fc9a (patch)
treee647dcc3c21027b31a15757e92fef51c6e2d9afd /android/lib/ui/component/src
parent23363300ae11eb77bd58702816edc94003472ed9 (diff)
parent0278d8951283733380f9b2221a40e4251a390c18 (diff)
downloadmullvadvpn-4348e9e439d5b7939708cda2eb1722fe2be6fc9a.tar.xz
mullvadvpn-4348e9e439d5b7939708cda2eb1722fe2be6fc9a.zip
Merge branch 'standardize-typography-droid-830'
Diffstat (limited to 'android/lib/ui/component/src')
-rw-r--r--android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/AnimatedNotificationBanner.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/AnimatedNotificationBanner.kt b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/AnimatedNotificationBanner.kt
index 62c3b5522a..4a9bdf1769 100644
--- a/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/AnimatedNotificationBanner.kt
+++ b/android/lib/ui/component/src/main/kotlin/net/mullvad/mullvadvpn/lib/ui/component/AnimatedNotificationBanner.kt
@@ -117,7 +117,7 @@ private fun Notification(modifier: Modifier = Modifier, notificationBannerData:
width = Dimension.fillToConstraints
}
.padding(start = Dimens.smallPadding),
- style = MaterialTheme.typography.bodySmall,
+ style = MaterialTheme.typography.labelLarge,
color = MaterialTheme.colorScheme.onSurface,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
@@ -155,7 +155,7 @@ private fun Notification(modifier: Modifier = Modifier, notificationBannerData:
}
},
color = MaterialTheme.colorScheme.onSurfaceVariant,
- style = MaterialTheme.typography.labelMedium,
+ style = MaterialTheme.typography.bodyMedium,
)
}
action?.let {