라이브 비밀 미션
- 채팅 이모지 변경
This commit is contained in:
@@ -50,7 +50,7 @@ struct LiveRoomDonationChatItemView: View {
|
||||
.font(.system(size: 15))
|
||||
.foregroundColor(Color(hex: "fdca2f"))
|
||||
|
||||
Text(chatMessage.chat.contains("비밀") ? "으로 비밀미션을 보냈습니다." : "을 후원하셨습니다.💰🪙")
|
||||
Text(chatMessage.chat.contains("비밀") ? "으로 비밀미션을 보냈습니다.🤫" : "을 후원하셨습니다.💰🪙")
|
||||
.font(.system(size: 15))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
|
Reference in New Issue
Block a user