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 {