라이브방

- 하트 알림 바(채팅) 배경 cornerRadius 제거
This commit is contained in:
Yu Sung 2024-10-27 23:32:15 +09:00
parent 62b30bfebd
commit 9ecfcdb2d9
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ struct LiveRoomHeartDonationChatItemView: View {
.padding(.vertical, 6.7) .padding(.vertical, 6.7)
.frame(maxWidth: .infinity) .frame(maxWidth: .infinity)
.background(Color.gray77.opacity(0.8)) .background(Color.gray77.opacity(0.8))
.cornerRadius(4.7)
} }
} }