diff --git a/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift b/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift index cab7824..499341e 100644 --- a/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift +++ b/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift @@ -41,93 +41,95 @@ struct ContentMainViewV2: View { } var body: some View { - ZStack { - - Color.black.ignoresSafeArea() - - VStack(spacing: 0) { - HStack(spacing: 0) { - Text("콘텐츠 마켓") - .font(.custom(Font.bold.rawValue, size: 21.3)) - .foregroundColor(Color.button) - - Spacer() - - Image("ic_content_keep") - .onTapGesture { - AppState.shared.setAppStep(step: .myBox(currentTab: .orderlist)) - } - } - .padding(.horizontal, 13.3) + NavigationView { + ZStack { + Color.black.ignoresSafeArea() - ScrollViewReader { proxy in - ScrollView(.horizontal, showsIndicators: false) { - HStack(spacing: 8) { - ForEach(0..