diff --git a/apple/OmnivoreKit/Sources/Views/SnackBar.swift b/apple/OmnivoreKit/Sources/Views/SnackBar.swift index 95e9f1271..aed304e18 100644 --- a/apple/OmnivoreKit/Sources/Views/SnackBar.swift +++ b/apple/OmnivoreKit/Sources/Views/SnackBar.swift @@ -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 {