Skip to content

Commit

Permalink
Merge pull request #120 from SchweizerischeBundesbahnen/feature/SBBMo…
Browse files Browse the repository at this point in the history
…dalView_padding

SBBModalView more horizontal padding
  • Loading branch information
fleuryj authored Apr 30, 2024
2 parents afd1ed6 + a6dffca commit 1b29154
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public struct SBBModalView<Content>: View where Content: View {
.buttonStyle(SBBIconButtonStyle(size: .small))
}
.sbbScreenPadding()
.padding(.horizontal, 8)
content
.padding(.bottom, style == .popup ? 16 : 0)
.accessibilitySortPriority(1)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b29154

Please sign in to comment.