From 45d82a646e9d51132fb8ef6da8ce510686aac165 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:10:02 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[design]=20#158=20=EC=95=8C=EB=A6=BC?= =?UTF-8?q?=ED=95=A8=20UX=20=EC=9B=8C=EB=94=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FeatureSetting/Sources/Alert/PokitAlertBoxView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift b/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift index 90bc990a..c7fff957 100644 --- a/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift +++ b/Projects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swift @@ -31,7 +31,7 @@ public extension PokitAlertBoxView { VStack { PokitCaution( image: .pooki, - titleKey: "알람이 없어요", + titleKey: "알림이 없어요", message: "리마인드 알림을 설정하세요" ) .padding(.top, 84) 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 2/2] =?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)))