parent
250f169b42
commit
2590f5471b
|
@ -23,12 +23,6 @@ struct SeriesListBigItemView: View {
|
||||||
.cornerRadius(5)
|
.cornerRadius(5)
|
||||||
.clipped()
|
.clipped()
|
||||||
|
|
||||||
LinearGradient(
|
|
||||||
colors: [Color.black.opacity(0.1), Color.black.opacity(0.8)],
|
|
||||||
startPoint: .top,
|
|
||||||
endPoint: .bottom
|
|
||||||
)
|
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
HStack(spacing: 3.3) {
|
HStack(spacing: 3.3) {
|
||||||
if !item.isComplete && item.isNew {
|
if !item.isComplete && item.isNew {
|
||||||
|
|
|
@ -24,12 +24,6 @@ struct SeriesListItemView: View {
|
||||||
.cornerRadius(5)
|
.cornerRadius(5)
|
||||||
.clipped()
|
.clipped()
|
||||||
|
|
||||||
LinearGradient(
|
|
||||||
colors: [Color.black.opacity(0.1), Color.black.opacity(0.8)],
|
|
||||||
startPoint: .top,
|
|
||||||
endPoint: .bottom
|
|
||||||
)
|
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
HStack(spacing: 3.3) {
|
HStack(spacing: 3.3) {
|
||||||
if !item.isComplete && item.isNew {
|
if !item.isComplete && item.isNew {
|
||||||
|
|
Loading…
Reference in New Issue