Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading