diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-07-02 09:31:42 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2025-07-02 09:31:42 +0200 |
| commit | 4348e9e439d5b7939708cda2eb1722fe2be6fc9a (patch) | |
| tree | e647dcc3c21027b31a15757e92fef51c6e2d9afd /android/lib/ui/component/src | |
| parent | 23363300ae11eb77bd58702816edc94003472ed9 (diff) | |
| parent | 0278d8951283733380f9b2221a40e4251a390c18 (diff) | |
| download | mullvadvpn-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.kt | 4 |
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 { |
