From b2a20969b8a8ac1a85b9b3e2c44f5406ee29d070 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 27 Dec 2023 14:45:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EB=A1=9C=EC=9A=B4=20=EC=BD=98?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=EC=A0=84=EC=B2=B4=EB=B3=B4=EA=B8=B0=20?= =?UTF-8?q?=ED=85=8C=EB=A7=88=EC=98=81=EC=97=AD,=20=EC=9D=B8=EA=B8=B0=20?= =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=A0=84=EC=B2=B4=20=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20=EC=A0=95=EB=A0=AC=EC=98=81=EC=97=AD=20=EB=86=92?= =?UTF-8?q?=EC=9D=B4=20=EC=88=98=EC=A0=95=20AS-IS=20:=20LazyHStack?= =?UTF-8?q?=EC=9D=84=20=EC=82=AC=EC=9A=A9=ED=95=B4=EC=84=9C=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=A0=84=EC=B2=B4=EC=98=81=EC=97=AD=EB=A7=8C?= =?UTF-8?q?=ED=81=BC=20=EC=B0=A8=EC=A7=80=ED=95=A8=20TO-BE=20:=20HStack?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20-=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=EC=9D=B4=20=EC=96=BC=EB=A7=88=20=EB=90=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=9C=BC=EB=AF=80=EB=A1=9C=20=EC=84=B1=EB=8A=A5=20?= =?UTF-8?q?=EC=B0=A8=EC=9D=B4=EA=B0=80=20=EB=82=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/All/ContentNewAllView.swift | 4 +--- .../Main/NewContent/ContentMainNewContentThemeView.swift | 2 +- .../Content/Main/Ranking/ContentMainRankingSortView.swift | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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..