From d53392ddcd0f5c3a9e22b32f8aa33f01c5c7aaa1 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 22 Dec 2023 00:04:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EA=B8=88=20=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B8=8C=20=EC=A4=91=20-=20=EC=83=81=EB=8B=A8=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Now/SectionLiveNowView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift index 86af60e..4053462 100644 --- a/SodaLive/Sources/Live/Now/SectionLiveNowView.swift +++ b/SodaLive/Sources/Live/Now/SectionLiveNowView.swift @@ -39,7 +39,7 @@ struct SectionLiveNowView: View { if items.count > 0 { ScrollView(.horizontal, showsIndicators: false) { - HStack(spacing: 10) { + HStack(alignment: .top, spacing: 10) { ForEach(items, id: \.self) { item in LiveNowItemView(item: item) .contentShape(Rectangle())