라이브 UI 변경
This commit is contained in:
@@ -23,7 +23,7 @@ struct LiveRoomChatItemView: View {
|
||||
.clipShape(Circle())
|
||||
|
||||
case -1:
|
||||
Color(hex: "6f3dec")
|
||||
Color.button
|
||||
.frame(width: 33.3, height: 33.3, alignment: .top)
|
||||
.clipShape(Circle())
|
||||
|
||||
@@ -119,7 +119,7 @@ struct LiveRoomChatItemView: View {
|
||||
.padding(.vertical, 5.3)
|
||||
.background(
|
||||
UserDefaults.int(forKey: .userId) == chatMessage.userId ?
|
||||
Color(hex: "9970ff").opacity(0.6) :
|
||||
Color.button.opacity(0.5) :
|
||||
Color.black.opacity(0.6)
|
||||
)
|
||||
.cornerRadius(3.3)
|
||||
|
Reference in New Issue
Block a user