Removed debug background
This commit is contained in:
parent
4ad2c214f0
commit
f5805b2f4d
|
@ -294,13 +294,7 @@ struct CompactPostView: View {
|
||||||
)
|
)
|
||||||
.opacity(0.2)
|
.opacity(0.2)
|
||||||
} else {
|
} else {
|
||||||
// Color.appBackground
|
Color.appBackground
|
||||||
LinearGradient(
|
|
||||||
stops: [.init(color: Color.subClub, location: 0.0), .init(color: Color.appBackground, location: 0.2)],
|
|
||||||
startPoint: .topTrailing,
|
|
||||||
endPoint: .bottomLeading
|
|
||||||
)
|
|
||||||
.opacity(0.2)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue