From fee79f83b96ab630f51c2898f3d293bbfab5e70b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 15 Jul 2025 01:06:40 +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=EC=95=84=EC=9D=B4=ED=85=9C=20-?= =?UTF-8?q?=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=ED=95=98=EB=8B=A8=EC=97=90=20?= =?UTF-8?q?=EA=B2=80=EC=A0=95=EC=83=89=EC=9D=84=20=EB=86=92=EC=9D=B4=2035?= =?UTF-8?q?=EB=A1=9C=20=EC=9E=85=ED=98=80=EC=84=9C=20=EC=B4=9D=20=ED=99=94?= =?UTF-8?q?=EC=88=98=EA=B0=80=20=EC=95=88=EB=B3=B4=EC=9D=B4=EB=8D=98=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= 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, 5 insertions(+), 1 deletion(-) 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 {