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 {