diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-05-25 16:24:42 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-05-30 11:17:29 +0200 |
| commit | f076ba2f89603b154c0dbac22e4732d9025083d5 (patch) | |
| tree | 0327344c149eaf140ea58e87f248b2abd20f8f19 | |
| parent | b5402ea243eaa33ee55622ae54b47f49efa1570f (diff) | |
| download | mullvadvpn-f076ba2f89603b154c0dbac22e4732d9025083d5.tar.xz mullvadvpn-f076ba2f89603b154c0dbac22e4732d9025083d5.zip | |
NotificationBanner: add system spacing between body and action button
| -rw-r--r-- | ios/MullvadVPN/Notifications/UI/NotificationBannerView.swift | 1 |
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 }() |
