Skip to content

Commit

Permalink
Merge pull request #122 from SchweizerischeBundesbahnen/feature/modal…
Browse files Browse the repository at this point in the history
…-view-cancel-button

minor fixes
  • Loading branch information
oliatsbb authored May 3, 2024
2 parents d00bbb0 + 8b04f93 commit 0e238ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Improvements
* New icons
* added the option to hide the Cancel Button in the ModalView
* added the option to hide the Cancel Button in the ModalView

### Bugfix
* SBBNotification and SBBPromotionBox: elements are now correctly read by VoiceOver.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public struct SBBModalView<Content>: View where Content: View {
}
title
.padding(.top, 7)
.padding(.leading, 16)
.padding(.leading, 8)
.sbbFont(.large_light)
.accessibility(addTraits: .isHeader)
.accessibilitySortPriority(2)
Expand Down

0 comments on commit 0e238ef

Please sign in to comment.