Skip to content

Commit

Permalink
[design] #158 링크 미리보기 기본 이미지 짤림 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 19, 2024
1 parent 45d82a6 commit 6f0bea4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6f0bea4

Please sign in to comment.