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 {