메인페이지, 팝업 다이얼로그 - 기본색상 9970ff -> 3bb9f1로 변경
This commit is contained in:
@@ -52,7 +52,7 @@ struct LiveRoomDialogView: View {
|
||||
if let confirmTitle = confirmTitle, let confirmAction = confirmAction {
|
||||
Text(confirmTitle)
|
||||
.font(.custom(Font.medium.rawValue, size: 10))
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
.padding(.horizontal, 8)
|
||||
.padding(.vertical, 8.3)
|
||||
.background(Color.white)
|
||||
@@ -64,7 +64,7 @@ struct LiveRoomDialogView: View {
|
||||
.padding(.top, confirmTitle != nil || cancelTitle != nil ? 10 : 0)
|
||||
}
|
||||
.padding(.vertical, 20)
|
||||
.background(Color(hex: "9970ff"))
|
||||
.background(Color(hex: "3bb9f1"))
|
||||
.cornerRadius(16.7)
|
||||
.padding(.horizontal, 26.7)
|
||||
.frame(width: screenSize().width)
|
||||
|
@@ -179,7 +179,7 @@ struct LiveRoomProfilesDialogView: View {
|
||||
|
||||
Text("\(roomInfo.participantsCount)")
|
||||
.font(.custom(Font.medium.rawValue, size: 14))
|
||||
.foregroundColor(Color(hex: "9970ff"))
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
.padding(.leading, 6.7)
|
||||
|
||||
Text("/\(roomInfo.totalAvailableParticipantsCount)")
|
||||
|
Reference in New Issue
Block a user