parent
17c827f55e
commit
70dae4f646
|
@ -72,9 +72,9 @@ struct SeriesContentListItemView: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle()
|
Rectangle()
|
||||||
.foregroundColor(Color.grayd8)
|
.foregroundColor(Color.gray59)
|
||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity)
|
||||||
.frame(height: 1)
|
.frame(height: 0.5)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,7 @@ extension Color {
|
||||||
static let gray33 = Color(hex: "333333")
|
static let gray33 = Color(hex: "333333")
|
||||||
static let gray52 = Color(hex: "525252")
|
static let gray52 = Color(hex: "525252")
|
||||||
static let gray55 = Color(hex: "555555")
|
static let gray55 = Color(hex: "555555")
|
||||||
|
static let gray59 = Color(hex: "595959")
|
||||||
static let gray77 = Color(hex: "777777")
|
static let gray77 = Color(hex: "777777")
|
||||||
static let gray90 = Color(hex: "909090")
|
static let gray90 = Color(hex: "909090")
|
||||||
static let gray97 = Color(hex: "979797")
|
static let gray97 = Color(hex: "979797")
|
||||||
|
|
Loading…
Reference in New Issue