Skip to content

Commit a6ca168

Browse files
authored
Merge pull request #159 from YAPP-Github/fix/#158-ui-modify
Fix: UI ν”Όλ“œλ°± 반영
2 parents 00a99c7 + 6f0bea4 commit a6ca168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽProjects/DSKit/Sources/Components/PokitLinkPreview.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ public struct PokitLinkPreview: View {
5151
.animation(.pokitDissolve, value: phase.image)
5252
}
5353
.frame(width: 124, height: 108)
54+
.clipped()
5455

5556
info(title: title)
5657

5758
Spacer()
5859
}
5960
.clipShape(RoundedRectangle(cornerRadius: 12, style: .continuous))
60-
.clipped()
6161
.background {
6262
RoundedRectangle(cornerRadius: 12, style: .continuous)
6363
.fill(.pokit(.bg(.base)))

β€ŽProjects/Feature/FeatureSetting/Sources/Alert/PokitAlertBoxView.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public extension PokitAlertBoxView {
3131
VStack {
3232
PokitCaution(
3333
image: .pooki,
34-
titleKey: "μ•ŒλžŒμ΄ μ—†μ–΄μš”",
34+
titleKey: "μ•Œλ¦Όμ΄ μ—†μ–΄μš”",
3535
message: "λ¦¬λ§ˆμΈλ“œ μ•Œλ¦Όμ„ μ„€μ •ν•˜μ„Έμš”"
3636
)
3737
.padding(.top, 84)

0 commit comments

Comments
Β (0)