File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
HonestHouse/HonestHouse/Sources/Presentation Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,12 @@ struct MainView: View {
2020 Color . g12. ignoresSafeArea ( . all)
2121 VStack ( spacing: 12 ) {
2222 headerView ( )
23- CustomSegmentedControl ( selection: $vm. selectedSegment)
24- selectedSegmentView ( )
23+ VStack ( spacing: 0 ) {
24+ CustomSegmentedControl ( selection: $vm. selectedSegment)
25+ selectedSegmentView ( )
26+ }
2527 }
28+ . safeAreaPadding ( . vertical, 0 )
2629 . screenPadding ( )
2730 . navigationDestination ( for: NavigationDestination . self) {
2831 NavigationRoutingView ( destination: $0)
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ struct TrishotSettingView: View {
1616 ZStack {
1717 Color . g12. ignoresSafeArea ( . all)
1818 VStack {
19+ Spacer ( )
1920 presetListView ( )
2021 Spacer ( )
2122 startButtonView ( )
@@ -37,7 +38,6 @@ struct TrishotSettingView: View {
3738 }
3839 }
3940 }
40- . padding ( . top, 27 )
4141 }
4242
4343 /// 프리셋 타이틀 + 내용
You can’t perform that action at this time.
0 commit comments