summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-05-25 16:24:42 +0200
committerAndrej Mihajlov <and@mullvad.net>2023-05-30 11:17:29 +0200
commitf076ba2f89603b154c0dbac22e4732d9025083d5 (patch)
tree0327344c149eaf140ea58e87f248b2abd20f8f19
parentb5402ea243eaa33ee55622ae54b47f49efa1570f (diff)
downloadmullvadvpn-f076ba2f89603b154c0dbac22e4732d9025083d5.tar.xz
mullvadvpn-f076ba2f89603b154c0dbac22e4732d9025083d5.zip
NotificationBanner: add system spacing between body and action button
-rw-r--r--ios/MullvadVPN/Notifications/UI/NotificationBannerView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/Notifications/UI/NotificationBannerView.swift b/ios/MullvadVPN/Notifications/UI/NotificationBannerView.swift
index 954185e34d..04177463db 100644
--- a/ios/MullvadVPN/Notifications/UI/NotificationBannerView.swift
+++ b/ios/MullvadVPN/Notifications/UI/NotificationBannerView.swift
@@ -55,6 +55,7 @@ final class NotificationBannerView: UIView {
let stackView = UIStackView()
stackView.alignment = .top
stackView.distribution = .fill
+ stackView.spacing = UIStackView.spacingUseSystem
return stackView
}()