From c76a1f581d6df0920af1fc6f1dd61c7f0782b4ef Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 17 Oct 2025 16:13:39 +0900 Subject: [PATCH] =?UTF-8?q?fix(home):=20=EC=B5=9C=EC=8B=A0=20=EC=BD=98?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=EA=B7=B8=EB=A6=AC=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - spacing 추가 --- SodaLive/Sources/Live/LiveReplayListView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Live/LiveReplayListView.swift b/SodaLive/Sources/Live/LiveReplayListView.swift index b075c0a..09adbe3 100644 --- a/SodaLive/Sources/Live/LiveReplayListView.swift +++ b/SodaLive/Sources/Live/LiveReplayListView.swift @@ -12,8 +12,8 @@ struct LiveReplayListView: View { let contentList: [AudioContentMainItem] let rows = [ - GridItem(.flexible(), alignment: .leading), - GridItem(.flexible(), alignment: .leading) + GridItem(.flexible(), spacing: 14, alignment: .leading), + GridItem(.flexible(), spacing: 14, alignment: .leading) ] var body: some View {