비밀후원 -> 비밀미션

This commit is contained in:
Yu Sung
2024-11-08 23:20:19 +09:00
parent f6ae14d614
commit 3f71a0d544
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ struct LiveRoomDonationDialogView: View {
.resizable()
.frame(width: 20, height: 20)
Text("비밀후원")
Text("비밀미션")
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(isSecret ? Color.button : Color.grayee)
}