비밀후원 -> 비밀미션
This commit is contained in:
parent
f6ae14d614
commit
3f71a0d544
|
@ -92,7 +92,7 @@ struct LiveRoomDonationDialogView: View {
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 20, height: 20)
|
.frame(width: 20, height: 20)
|
||||||
|
|
||||||
Text("비밀후원")
|
Text("비밀미션")
|
||||||
.font(.custom(Font.medium.rawValue, size: 14.7))
|
.font(.custom(Font.medium.rawValue, size: 14.7))
|
||||||
.foregroundColor(isSecret ? Color.button : Color.grayee)
|
.foregroundColor(isSecret ? Color.button : Color.grayee)
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@ struct LiveRoomDonationChatItemView: View {
|
||||||
.font(.system(size: 15))
|
.font(.system(size: 15))
|
||||||
.foregroundColor(Color(hex: "fdca2f"))
|
.foregroundColor(Color(hex: "fdca2f"))
|
||||||
|
|
||||||
Text(chatMessage.chat.contains("비밀") ? "을 비밀후원하셨습니다.💰🪙" : "을 후원하셨습니다.💰🪙")
|
Text(chatMessage.chat.contains("비밀") ? "으로 비밀미션을 보냈습니다.💰🪙" : "을 후원하셨습니다.💰🪙")
|
||||||
.font(.system(size: 15))
|
.font(.system(size: 15))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
}
|
}
|
||||||
|
|
|
@ -468,7 +468,7 @@ final class LiveRoomViewModel: NSObject, ObservableObject {
|
||||||
var rawMessage = ""
|
var rawMessage = ""
|
||||||
|
|
||||||
if isSecret {
|
if isSecret {
|
||||||
rawMessage = "\(can)캔을 비밀후원하셨습니다.💰🪙"
|
rawMessage = "\(can)캔으로 비밀미션을 보냈습니다.💰🪙"
|
||||||
} else {
|
} else {
|
||||||
rawMessage = "\(can)캔을 후원하셨습니다.💰🪙"
|
rawMessage = "\(can)캔을 후원하셨습니다.💰🪙"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue