diff --git a/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift b/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift index bcca1a6..247ef13 100644 --- a/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift +++ b/SodaLive/Sources/Live/Room/Chat/LiveRoomDonationChatItemView.swift @@ -69,7 +69,7 @@ struct LiveRoomDonationChatItemView: View { 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) : - chatMessage.can >= 500 ? Color(hex: "59548f").opacity(0.8) : + chatMessage.can >= 500 ? Color(hex: "c25264").opacity(0.8) : chatMessage.can >= 100 ? Color(hex: "4d6aa4").opacity(0.8) : chatMessage.can >= 50 ? Color(hex: "2d7390").opacity(0.8) : Color(hex: "548f7d").opacity(0.8)