From 454592bd2b9b68f56af91e82b584197837ab61de Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 30 Jan 2026 09:12:11 +0200 Subject: [PATCH] reduce elevation on Android --- src/view/com/auth/SplashScreen.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index eb161d0950..01f988404d 100644 --- a/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx @@ -94,6 +94,7 @@ export const SplashScreen = ({ style={[ t.atoms.shadow_md, { + elevation: 2, shadowOpacity: 0.1, shadowOffset: { width: 0,