Skip to content

Commit

Permalink
fix: 밈 상세 로띠 크기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jongnan committed Oct 3, 2024
1 parent b93a358 commit 81ff2b2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ struct MemeDetailCardView: View {
.animationDidFinish { _ in
playbackMode = .paused(at: .progress(100))
}
.offset(y: -50)
.frame(width: 200, height: 200, alignment: .center)
.offset(y: -115)
.allowsHitTesting(false)
})
.padding(.bottom, 10)
.padding(.horizontal, 10)
Expand Down

0 comments on commit 81ff2b2

Please sign in to comment.