From 3f2b5c045a47cb822fc39f93215d7784a445e449 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 21 Nov 2024 00:31:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=20=EB=AF=B8=EC=85=98=20-=20?= =?UTF-8?q?=EB=B9=84=EB=B0=80=20=EB=AF=B8=EC=85=98=20=EC=B1=84=ED=8C=85=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=EC=83=89=20:=20=EB=B3=B4=EB=9D=BC=EC=83=89?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift b/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift index b1e8fe6..c9d7682 100644 --- a/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift +++ b/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift @@ -65,8 +65,7 @@ struct LiveRoomDonationChatItemView: View { .padding(13) .frame(width: screenSize().width - 86, alignment: .leading) .background( - chatMessage.chat.contains("비밀") ? chatMessage.memberId == UserDefaults.int(forKey: .userId) ? Color(hex: "59548f").opacity(0.8) : - Color(hex: "333333").opacity(0.8) : + chatMessage.chat.contains("비밀") ? Color(hex: "59548f").opacity(0.8) : chatMessage.can >= 10000 ? Color(hex: "c25264").opacity(0.8) : chatMessage.can >= 5000 ? Color(hex: "d85e37").opacity(0.8) : chatMessage.can >= 1000 ? Color(hex: "d38c38").opacity(0.8) :