From 5fcf4c03c06b0b97442c735505ce8a0afaabd668 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 2 Jan 2024 19:47:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20-=20LazyHStack=20->=20HStack=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=ED=95=98=EC=97=AC=20=EA=B3=BC=EB=8F=84?= =?UTF-8?q?=ED=95=9C=20=EA=B0=84=EA=B2=A9=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ContentMainNewContentCreatorView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift b/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift index 1e860f5..40cfc38 100644 --- a/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift +++ b/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift @@ -15,7 +15,7 @@ struct ContentMainNewContentCreatorView: View { ZStack { if !viewModel.newContentUploadCreatorList.isEmpty { ScrollView(.horizontal, showsIndicators: false) { - LazyHStack(spacing: 21.3) { + HStack(spacing: 21.3) { ForEach(0..