mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Simplify drop shadow gradient in light mode
This commit is contained in:
parent
0d186e3d44
commit
ea51acd1a4
1 changed files with 2 additions and 1 deletions
|
|
@ -438,7 +438,8 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
VStack {
|
||||
LinearGradient(gradient: Gradient(colors: [.black.opacity(0.06), .systemGray6]),
|
||||
startPoint: .top, endPoint: .bottom)
|
||||
.frame(maxWidth: .infinity, maxHeight: 6)
|
||||
.frame(maxWidth: .infinity, maxHeight: 3)
|
||||
.opacity(0.4)
|
||||
|
||||
Spacer()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue