Skip to content

Commit

Permalink
Merge pull request #159 from YAPP-Github/fix/#158-ui-modify
Browse files Browse the repository at this point in the history
Fix: UI ํ”ผ๋“œ๋ฐฑ ๋ฐ˜์˜
  • Loading branch information
ShapeKim98 authored Nov 19, 2024
2 parents 00a99c7 + 6f0bea4 commit a6ca168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Projects/DSKit/Sources/Components/PokitLinkPreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public extension PokitAlertBoxView {
VStack {
PokitCaution(
image: .pooki,
titleKey: "์•Œ๋žŒ์ด ์—†์–ด์š”",
titleKey: "์•Œ๋ฆผ์ด ์—†์–ด์š”",
message: "๋ฆฌ๋งˆ์ธ๋“œ ์•Œ๋ฆผ์„ ์„ค์ •ํ•˜์„ธ์š”"
)
.padding(.top, 84)
Expand Down

0 comments on commit a6ca168

Please sign in to comment.