We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00a99c7 + 6f0bea4 commit a6ca168Copy full SHA for a6ca168
2 files changed
βProjects/DSKit/Sources/Components/PokitLinkPreview.swiftβ
@@ -51,13 +51,13 @@ public struct PokitLinkPreview: View {
51
.animation(.pokitDissolve, value: phase.image)
52
}
53
.frame(width: 124, height: 108)
54
+ .clipped()
55
56
info(title: title)
57
58
Spacer()
59
60
.clipShape(RoundedRectangle(cornerRadius: 12, style: .continuous))
- .clipped()
61
.background {
62
RoundedRectangle(cornerRadius: 12, style: .continuous)
63
.fill(.pokit(.bg(.base)))
βProjects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swiftβ
@@ -31,7 +31,7 @@ public extension PokitAlertBoxView {
31
VStack {
32
PokitCaution(
33
image: .pooki,
34
- titleKey: "μλμ΄ μμ΄μ",
+ titleKey: "μλ¦Όμ΄ μμ΄μ",
35
message: "리λ§μΈλ μλ¦Όμ μ€μ νμΈμ"
36
)
37
.padding(.top, 84)
0 commit comments