메인페이지, 팝업 다이얼로그 - 기본색상 9970ff -> 3bb9f1로 변경
This commit is contained in:
@@ -57,7 +57,7 @@ struct LiveNowAllItemView: View {
|
||||
.foregroundColor(
|
||||
Color(
|
||||
hex: item.numberOfPeople > item.numberOfParticipate ?
|
||||
"9970ff" :
|
||||
"3bb9f1" :
|
||||
"ffd300"
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user