시리즈 콘텐츠 아이템뷰

- 하단 divider 컬러와 height 수정
This commit is contained in:
Yu Sung 2024-04-30 18:01:19 +09:00
parent 17c827f55e
commit 70dae4f646
2 changed files with 3 additions and 2 deletions

View File

@ -72,9 +72,9 @@ struct SeriesContentListItemView: View {
}
Rectangle()
.foregroundColor(Color.grayd8)
.foregroundColor(Color.gray59)
.frame(maxWidth: .infinity)
.frame(height: 1)
.frame(height: 0.5)
}
}
}

View File

@ -20,6 +20,7 @@ extension Color {
static let gray33 = Color(hex: "333333")
static let gray52 = Color(hex: "525252")
static let gray55 = Color(hex: "555555")
static let gray59 = Color(hex: "595959")
static let gray77 = Color(hex: "777777")
static let gray90 = Color(hex: "909090")
static let gray97 = Color(hex: "979797")