시리즈 콘텐츠 아이템뷰
- 하단 divider 컬러와 height 수정
This commit is contained in:
@@ -72,9 +72,9 @@ struct SeriesContentListItemView: View {
|
||||
}
|
||||
|
||||
Rectangle()
|
||||
.foregroundColor(Color.grayd8)
|
||||
.foregroundColor(Color.gray59)
|
||||
.frame(maxWidth: .infinity)
|
||||
.frame(height: 1)
|
||||
.frame(height: 0.5)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user