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..