From c84227008c9e5779d118becd9b10ff8afe86e29c Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Wed, 14 Jan 2026 11:55:27 +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=EC=A0=84=EC=B2=B4=EB=B3=B4=EA=B8=B0=20?= =?UTF-8?q?=EA=B7=B8=EB=A6=AC=EB=93=9C=EB=B7=B0=20UI=203=EB=8B=A8=20?= =?UTF-8?q?=EA=B5=AC=EC=84=B1=EC=97=90=EC=84=9C=202=EB=8B=A8=EA=B5=AC?= =?UTF-8?q?=EC=84=B1=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Now/All/LiveNowAllView.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SodaLive/Sources/Live/Now/All/LiveNowAllView.swift b/SodaLive/Sources/Live/Now/All/LiveNowAllView.swift index f150d78..1a7d706 100644 --- a/SodaLive/Sources/Live/Now/All/LiveNowAllView.swift +++ b/SodaLive/Sources/Live/Now/All/LiveNowAllView.swift @@ -14,12 +14,11 @@ struct LiveNowAllView: View { @StateObject var liveAllViewModel = LiveAllViewModel() let columns = [ - GridItem(.flexible(), alignment: .top), GridItem(.flexible(), alignment: .top), GridItem(.flexible(), alignment: .top) ] - let spacing: CGFloat = 13.3 + let spacing: CGFloat = 16 let onClickParticipant: (Int) -> Void @@ -41,7 +40,7 @@ struct LiveNowAllView: View { ForEach(0..