Skip to content

Commit 4f63639

Browse files
committed
Minor UI Changes
1 parent b181c50 commit 4f63639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/MaterialUIKit/Components/Navigation And Structure/MUINavigationView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public struct MUINavigationView<Content>: View where Content: View {
4949
// Content container
5050
MUINavigationBarContainerView {
5151
content
52+
.padding(MUIConstants.insideMargin)
5253
}
5354
.navigationBarHidden(true)
5455
}
@@ -61,6 +62,7 @@ public struct MUINavigationView<Content>: View where Content: View {
6162
// Content container
6263
MUINavigationBarContainerView {
6364
content
65+
.padding(MUIConstants.insideMargin)
6466
}
6567
.navigationBarHidden(true)
6668
}

0 commit comments

Comments
 (0)