라이브 UI 변경

This commit is contained in:
Yu Sung
2024-01-18 17:32:14 +09:00
parent 7ce5a36172
commit 01833fbc1f
37 changed files with 1763 additions and 1135 deletions

View File

@@ -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)