fix(live-room-like-heart): 하트 모양 수정

This commit is contained in:
Yu Sung
2025-11-05 22:00:54 +09:00
parent a4c5a790fe
commit 54d8845342
2 changed files with 18 additions and 16 deletions

View File

@@ -771,7 +771,7 @@ struct LiveRoomViewV2: View {
WaterHeartView(progress: viewModel.remoteWaterProgress,
show: viewModel.isShowRemoteBigHeart,
phase: viewModel.remoteWavePhase)
.frame(width: 280, height: 210)
.frame(width: 280, height: 280)
.allowsHitTesting(false)
//
.opacity((viewModel.isShowRemoteBigHeart && !showWaterHeart) ? 1 : 0)