From 6f0bea418ab5774588536da58dc4a2bbfce926f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:14:11 +0900 Subject: [PATCH] =?UTF-8?q?[design]=20#158=20=EB=A7=81=ED=81=AC=20?= =?UTF-8?q?=EB=AF=B8=EB=A6=AC=EB=B3=B4=EA=B8=B0=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=A7=A4=EB=A6=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/DSKit/Sources/Components/PokitLinkPreview.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/DSKit/Sources/Components/PokitLinkPreview.swift b/Projects/DSKit/Sources/Components/PokitLinkPreview.swift index 1fc30916..ea17a12c 100644 --- a/Projects/DSKit/Sources/Components/PokitLinkPreview.swift +++ b/Projects/DSKit/Sources/Components/PokitLinkPreview.swift @@ -51,13 +51,13 @@ public struct PokitLinkPreview: View { .animation(.pokitDissolve, value: phase.image) } .frame(width: 124, height: 108) + .clipped() info(title: title) Spacer() } .clipShape(RoundedRectangle(cornerRadius: 12, style: .continuous)) - .clipped() .background { RoundedRectangle(cornerRadius: 12, style: .continuous) .fill(.pokit(.bg(.base)))