라이브 채팅 폰트
AS-IS : Gmarket Sans TO-BE : System Font
This commit is contained in:
@@ -14,15 +14,15 @@ struct LiveRoomJoinChatItemView: View {
|
||||
var body: some View {
|
||||
HStack(spacing: 0) {
|
||||
Text("'")
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
.font(.system(size: 12))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
|
||||
Text(chatMessage.nickname)
|
||||
.font(.custom(Font.bold.rawValue, size: 12))
|
||||
.font(.system(size: 12, weight: .bold))
|
||||
.foregroundColor(Color(hex: "ffdc00"))
|
||||
|
||||
Text("'님이 입장하셨습니다.")
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
.font(.system(size: 12))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
}
|
||||
.padding(.vertical, 6.7)
|
||||
|
Reference in New Issue
Block a user