diff --git a/SodaLive/Sources/Content/All/ContentNewAllView.swift b/SodaLive/Sources/Content/All/ContentNewAllView.swift index 5bfa116..01451fd 100644 --- a/SodaLive/Sources/Content/All/ContentNewAllView.swift +++ b/SodaLive/Sources/Content/All/ContentNewAllView.swift @@ -19,7 +19,7 @@ struct ContentNewAllView: View { var body: some View { NavigationView { BaseView(isLoading: $viewModel.isLoading) { - VStack(spacing: 0) { + VStack(alignment: .leading, spacing: 0) { DetailNavigationBar(title: "새로운 콘텐츠") Text("※ 최근 2주간 등록된 새로운 콘텐츠 입니다.") @@ -53,8 +53,6 @@ struct ContentNewAllView: View { .font(.custom(Font.medium.rawValue, size: 13.3)) .foregroundColor(Color(hex: "e2e2e2")) .padding(.leading, 2) - - Spacer() } .padding(.vertical, 13.3) .padding(.horizontal, 20) diff --git a/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentThemeView.swift b/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentThemeView.swift index 13b4e2a..104ce43 100644 --- a/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentThemeView.swift +++ b/SodaLive/Sources/Content/Main/NewContent/ContentMainNewContentThemeView.swift @@ -15,7 +15,7 @@ struct ContentMainNewContentThemeView: View { var body: some View { ScrollView(.horizontal, showsIndicators: false) { - LazyHStack(alignment: .top, spacing: 8) { + HStack(spacing: 8) { ForEach(0..