From 898ea17a2e8f3aed65e203f0daf5815571ccf903 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 25 Feb 2025 14:48:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20-=20=EC=B1=84=EB=84=90=EB=B3=84=20***=20-=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=ED=85=9C=20=EC=82=AC=EC=9D=B4=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Content/Main/V2/ContentByChannelView.swift | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SodaLive/Sources/Content/Main/V2/ContentByChannelView.swift b/SodaLive/Sources/Content/Main/V2/ContentByChannelView.swift index 9c94622..fa0bbb4 100644 --- a/SodaLive/Sources/Content/Main/V2/ContentByChannelView.swift +++ b/SodaLive/Sources/Content/Main/V2/ContentByChannelView.swift @@ -17,7 +17,10 @@ struct ContentByChannelView: View { @State private var selectedCreatorId = 0 - let columns = [GridItem(.flexible()), GridItem(.flexible())] + let columns = [ + GridItem(.flexible(), spacing: 13.3), + GridItem(.flexible(), spacing: 13.3) + ] var body: some View { VStack(alignment: .leading, spacing: 20) { @@ -113,7 +116,6 @@ struct ContentByChannelView: View { .setAppStep(step: .creatorDetail(userId: content.creatorId)) } } - .padding(.horizontal, 13.3) .onTapGesture { AppState .shared @@ -121,7 +123,7 @@ struct ContentByChannelView: View { } } } - + .padding(.horizontal, 13.3) } .onAppear { if !self.creatorList.isEmpty {