From c3c8426a4f2904b3fe976d59eb2d78d7c1f7720d Mon Sep 17 00:00:00 2001 From: Oliver Werlen Date: Fri, 3 May 2024 14:25:00 +0200 Subject: [PATCH] changed release Notes and padding on Modalview --- ReleaseNotes.md | 7 ++----- .../Views/SBBModalView/SBBModalView.swift | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4aec3eb47..bbdd52867 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,6 @@ # Release Notes SBBDesignSystemMobileSwiftUI for iOS & SwiftUI -## v1.2.0 - TBD +## v1.2.0 - 3 May 2024 ### Features * New components: * SBBFooterBox to display a footer @@ -8,14 +8,11 @@ ### Improvements * New icons + * added the option to hide the Cancel Button in the ModalView ### Bugfix * SBBNotification and SBBPromotionBox: elements are now correctly read by VoiceOver. -## v1.1.4 - 3 May 2024 -###Improvements -* added the option to hide the Cancel Button in the ModalView - ## v1.1.3 - 2 February 2024 ### Improvements * SBBNotification: icon can be hidden diff --git a/SBBDesignSystemMobileSwiftUI/Views/SBBModalView/SBBModalView.swift b/SBBDesignSystemMobileSwiftUI/Views/SBBModalView/SBBModalView.swift index 39ace5b7a..2f5b20a7d 100644 --- a/SBBDesignSystemMobileSwiftUI/Views/SBBModalView/SBBModalView.swift +++ b/SBBDesignSystemMobileSwiftUI/Views/SBBModalView/SBBModalView.swift @@ -132,6 +132,7 @@ public struct SBBModalView: View where Content: View { } title .padding(.top, 7) + .padding(.leading, 16) .sbbFont(.large_light) .accessibility(addTraits: .isHeader) .accessibilitySortPriority(2)