diff options
| -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 }() |
