From 9ecfcdb2d94e52a27254c9a490ca9fcaeb0a23b4 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sun, 27 Oct 2024 23:32:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=B0=A9=20-=20?= =?UTF-8?q?=ED=95=98=ED=8A=B8=20=EC=95=8C=EB=A6=BC=20=EB=B0=94(=EC=B1=84?= =?UTF-8?q?=ED=8C=85)=20=EB=B0=B0=EA=B2=BD=20cornerRadius=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Live/Room/Chat/LiveRoomHeartDonationChatItemView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SodaLive/Sources/Live/Room/Chat/LiveRoomHeartDonationChatItemView.swift b/SodaLive/Sources/Live/Room/Chat/LiveRoomHeartDonationChatItemView.swift index 256c045..9cc25c4 100644 --- a/SodaLive/Sources/Live/Room/Chat/LiveRoomHeartDonationChatItemView.swift +++ b/SodaLive/Sources/Live/Room/Chat/LiveRoomHeartDonationChatItemView.swift @@ -28,7 +28,6 @@ struct LiveRoomHeartDonationChatItemView: View { .padding(.vertical, 6.7) .frame(maxWidth: .infinity) .background(Color.gray77.opacity(0.8)) - .cornerRadius(4.7) } }