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))) 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)