라이브 UI 변경
This commit is contained in:
@@ -175,16 +175,16 @@ struct LiveRoomProfilesDialogView: View {
|
||||
HStack(spacing: 0) {
|
||||
Text("참여자")
|
||||
.font(.custom(Font.bold.rawValue, size: 15))
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.foregroundColor(Color.grayee)
|
||||
|
||||
Text("\(roomInfo.participantsCount)")
|
||||
.font(.custom(Font.medium.rawValue, size: 14))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
.foregroundColor(Color.button)
|
||||
.padding(.leading, 6.7)
|
||||
|
||||
Text("/\(roomInfo.totalAvailableParticipantsCount)")
|
||||
.font(.custom(Font.medium.rawValue, size: 14))
|
||||
.foregroundColor(Color(hex: "bbbbbb"))
|
||||
.foregroundColor(Color.graybb)
|
||||
|
||||
Spacer()
|
||||
|
||||
@@ -204,7 +204,7 @@ struct LiveRoomProfilesDialogView: View {
|
||||
}
|
||||
.padding(.vertical, 26.7)
|
||||
.padding(.horizontal, 13.3)
|
||||
.background(Color(hex: "222222").edgesIgnoringSafeArea(.all))
|
||||
.background(Color.gray22.edgesIgnoringSafeArea(.all))
|
||||
.cornerRadius(16.7)
|
||||
|
||||
if viewModel.isShowPopup {
|
||||
|
Reference in New Issue
Block a user