diff --git a/SodaLive/Sources/Content/Series/SeriesItemView.swift b/SodaLive/Sources/Content/Series/SeriesItemView.swift index e10d954..de5fc6d 100644 --- a/SodaLive/Sources/Content/Series/SeriesItemView.swift +++ b/SodaLive/Sources/Content/Series/SeriesItemView.swift @@ -16,7 +16,7 @@ struct SeriesItemView: View { var body: some View { VStack(alignment: .leading, spacing: 4) { - ZStack { + ZStack(alignment: .bottom) { KFImage(URL(string: item.coverImage)) .cancelOnDisappear(true) .resizable() @@ -25,6 +25,10 @@ struct SeriesItemView: View { .cornerRadius(16) .clipped() + Color.black.opacity(0.5) + .frame(width: 160, height: 35) + .cornerRadius(16, corners: [.bottomLeft, .bottomRight]) + VStack(alignment: .leading, spacing: 0) { HStack(spacing: 0) { if item.isPopular {