라이브 채팅 폰트 사이즈
AS-IS : 14sp TO-BE : 15sp
This commit is contained in:
@@ -40,17 +40,17 @@ struct LiveRoomDonationChatItemView: View {
|
||||
|
||||
HStack(spacing: 0) {
|
||||
Text("\(chatMessage.can)캔")
|
||||
.font(.system(size: 13))
|
||||
.font(.system(size: 15))
|
||||
.foregroundColor(Color(hex: "fdca2f"))
|
||||
|
||||
Text("을 후원하셨습니다.")
|
||||
.font(.system(size: 13))
|
||||
.font(.system(size: 15))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
|
||||
if !chatMessage.donationMessage.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
||||
Text("\"\(chatMessage.donationMessage)\"")
|
||||
.font(.system(size: 13))
|
||||
.font(.system(size: 15))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user