지금 라이브 중 - 라이브 아이템 유/무료 표시 방식 수정

- 무료 배경색 : #111111
- 유료 배경색 : #DD4500
- 유료 표시 - white 캔과 함께 100 과 같이 가격으로 변경
This commit is contained in:
Yu Sung
2024-03-15 14:30:39 +09:00
parent e95d152e45
commit 1f35c4585d
4 changed files with 42 additions and 11 deletions

View File

@@ -28,5 +28,6 @@ extension Color {
static let mainRed = Color(hex: "ff5c49")
static let mainRed2 = Color(hex: "ea3a25")
static let mainRed3 = Color(hex: "dd4500")
static let mainYellow = Color(hex: "ffdc00")
}