라이브 UI 변경
This commit is contained in:
@@ -15,19 +15,19 @@ struct LiveRoomJoinChatItemView: View {
|
||||
HStack(spacing: 0) {
|
||||
Text("'")
|
||||
.font(.system(size: 12))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.foregroundColor(Color.grayee)
|
||||
|
||||
Text(chatMessage.nickname)
|
||||
.font(.system(size: 12, weight: .bold))
|
||||
.foregroundColor(Color(hex: "ffdc00"))
|
||||
.foregroundColor(Color.mainYellow)
|
||||
|
||||
Text("'님이 입장하셨습니다.")
|
||||
.font(.system(size: 12))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.foregroundColor(Color.grayee)
|
||||
}
|
||||
.padding(.vertical, 6.7)
|
||||
.frame(width: screenSize().width - 86)
|
||||
.background(Color(hex: "3d2a6c"))
|
||||
.background(Color.button.opacity(0.5))
|
||||
.cornerRadius(4.7)
|
||||
.padding(.leading, 20)
|
||||
}
|
||||
|
Reference in New Issue
Block a user