From 41f692a40242334a6fa7e9c4d6e5b75a9c0485ca Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 25 Feb 2025 14:23:06 +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=EC=8B=9C=EB=A6=AC=EC=A6=88=20=ED=83=AD=20-=20?= =?UTF-8?q?=EC=B1=84=EB=84=90=EB=B3=84=20=EC=B6=94=EC=B2=9C=20=EC=8B=9C?= =?UTF-8?q?=EB=A6=AC=EC=A6=88=20-=20=EC=BD=98=ED=85=90=EC=B8=A0=20?= =?UTF-8?q?=EA=B0=84=EA=B2=A9=2022=20->=2013=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Content/Main/V2/Series/SeriesByChannelView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SodaLive/Sources/Content/Main/V2/Series/SeriesByChannelView.swift b/SodaLive/Sources/Content/Main/V2/Series/SeriesByChannelView.swift index 6065b31..4172f81 100644 --- a/SodaLive/Sources/Content/Main/V2/Series/SeriesByChannelView.swift +++ b/SodaLive/Sources/Content/Main/V2/Series/SeriesByChannelView.swift @@ -17,7 +17,7 @@ struct SeriesByChannelView: View { @State private var selectedCreatorId = 0 var body: some View { - VStack(alignment: .leading, spacing: 20) { + VStack(alignment: .leading, spacing: 13.3) { Text(title) .font(.custom(Font.bold.rawValue, size: 18.3)) .foregroundColor(Color(hex: "eeeeee")) @@ -49,7 +49,7 @@ struct SeriesByChannelView: View { ContentMainNoItemView() } else { ScrollView(.horizontal) { - HStack(spacing: 22) { + HStack(spacing: 13.3) { ForEach(0..