We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b181c50 commit 4f63639Copy full SHA for 4f63639
Sources/MaterialUIKit/Components/Navigation And Structure/MUINavigationView.swift
@@ -49,6 +49,7 @@ public struct MUINavigationView<Content>: View where Content: View {
49
// Content container
50
MUINavigationBarContainerView {
51
content
52
+ .padding(MUIConstants.insideMargin)
53
}
54
.navigationBarHidden(true)
55
@@ -61,6 +62,7 @@ public struct MUINavigationView<Content>: View where Content: View {
61
62
63
64
65
66
67
68
0 commit comments