diff options
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 | 2 |
1 files changed, 1 insertions, 1 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 8889a37399..94a935db74 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 @@ -223,7 +223,7 @@ private fun NotificationAction( onClick = onClick, ) { Icon( - modifier = Modifier.padding(Dimens.notificationIconPadding), + modifier = Modifier.padding(Dimens.smallPadding), imageVector = imageVector, contentDescription = contentDescription, tint = MaterialTheme.colorScheme.onSurface, |
