라이브 채팅 폰트 사이즈
AS-IS : 14sp TO-BE : 15sp
This commit is contained in:
@@ -38,15 +38,15 @@ struct LiveRoomRouletteDonationChatItemView: View {
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
|
||||
HStack(spacing: 0) {
|
||||
Text("[\(chatMessage.rouletteResult)]")
|
||||
.font(.system(size: 13))
|
||||
.foregroundColor(Color(hex: "ffe500"))
|
||||
|
||||
Text(" 당첨!")
|
||||
.font(.system(size: 13))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
Text("[\(chatMessage.rouletteResult)]")
|
||||
.font(.system(size: 15))
|
||||
.foregroundColor(Color(hex: "ffe500"))
|
||||
|
||||
+
|
||||
|
||||
Text(" 당첨!")
|
||||
.font(.system(size: 15))
|
||||
.foregroundColor(.white)
|
||||
}
|
||||
}
|
||||
.padding(13)
|
||||
|
Reference in New Issue
Block a user