Skip to content

Commit

Permalink
changed release Notes and padding on Modalview
Browse files Browse the repository at this point in the history
  • Loading branch information
oliatsbb committed May 3, 2024
1 parent 9bcd892 commit c3c8426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# Release Notes SBBDesignSystemMobileSwiftUI for iOS & SwiftUI

## v1.2.0 - TBD
## v1.2.0 - 3 May 2024
### Features
* New components:
* SBBFooterBox to display a footer
* SBBHeaderBox to display a footer

### 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public struct SBBModalView<Content>: View where Content: View {
}
title
.padding(.top, 7)
.padding(.leading, 16)
.sbbFont(.large_light)
.accessibility(addTraits: .isHeader)
.accessibilitySortPriority(2)
Expand Down

0 comments on commit c3c8426

Please sign in to comment.