시리즈 콘텐츠 리스트

- 정렬(최신순, 등록순) 추가
This commit is contained in:
Yu Sung
2024-09-10 18:05:05 +09:00
parent 7c5b30335e
commit 8aa69f02fc
6 changed files with 52 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ extension Color {
static let button = Color(hex: "3bb9f1")
static let bg = Color(hex: "13181B")
static let gray11 = Color(hex: "111111")
static let gray16 = Color(hex: "161616")
static let gray22 = Color(hex: "222222")
static let gray23 = Color(hex: "232323")
static let gray30 = Color(hex: "303030")
@@ -27,6 +28,7 @@ extension Color {
static let graybb = Color(hex: "bbbbbb")
static let grayd2 = Color(hex: "d2d2d2")
static let grayd8 = Color(hex: "d8d8d8")
static let graye2 = Color(hex: "e2e2e2")
static let grayee = Color(hex: "eeeeee")
static let mainRed = Color(hex: "ff5c49")