From eb9ef3065b71d67d8abc499fde9ee24abf40330f Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 14 Jul 2025 23:22:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=20=ED=99=88=20-=20?= =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=A6=88=20-=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20=EC=82=AC=EC=9D=B4=EC=A6=88=20=EC=88=98=EC=A0=95:=20168*238?= =?UTF-8?q?=20=3D>=20160*227?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Series/SeriesItemView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SodaLive/Sources/Content/Series/SeriesItemView.swift b/SodaLive/Sources/Content/Series/SeriesItemView.swift index 34ce975..61729e7 100644 --- a/SodaLive/Sources/Content/Series/SeriesItemView.swift +++ b/SodaLive/Sources/Content/Series/SeriesItemView.swift @@ -21,7 +21,7 @@ struct SeriesItemView: View { .cancelOnDisappear(true) .resizable() .scaledToFill() - .frame(width: 168, height: 238, alignment: .center) + .frame(width: 160, height: 227, alignment: .center) .cornerRadius(16) .clipped() @@ -83,7 +83,7 @@ struct SeriesItemView: View { .padding(.trailing, 8) } } - .frame(width: 168, height: 238, alignment: .center) + .frame(width: 160, height: 227, alignment: .center) Text(item.title) .font(.custom(Font.preRegular.rawValue, size: 18)) @@ -97,7 +97,7 @@ struct SeriesItemView: View { .lineLimit(1) .padding(.horizontal, 8) } - .frame(width: 168) + .frame(width: 160) .contentShape(Rectangle()) .onTapGesture { if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {