mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set snackbar y offset to 8
This commit is contained in:
parent
e01aed15e8
commit
b7b994e599
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ struct Snackbar: View {
|
|||
.frame(width: min(380, geometry.size.width * 0.96), height: 44)
|
||||
.background(self.colorScheme == .light ? Color.black : Color.white)
|
||||
.cornerRadius(5)
|
||||
.offset(x: 0, y: -8)
|
||||
.shadow(color: .gray, radius: 2)
|
||||
.animation(Animation.spring())
|
||||
.onAppear {
|
||||
|
|
|
|||
Loading…
Reference in a new issue