diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx index 54867aedc7..581f7bd2e4 100644 --- a/src/view/com/auth/SplashScreen.tsx +++ b/src/view/com/auth/SplashScreen.tsx @@ -39,9 +39,9 @@ export const SplashScreen = ({ logoFill, logoShadow: isDarkMode ? [ - t.atoms.shadow_md, { shadowColor: logoFill, + shadowRadius: 8, shadowOpacity: 0.5, shadowOffset: { width: 0, @@ -93,13 +93,15 @@ export const SplashScreen = ({ size="large" color={isDarkMode ? 'secondary_inverted' : 'secondary'} style={[ - t.atoms.shadow_md, { + shadowColor: t.palette.black, + shadowRadius: 8, shadowOpacity: 0.1, shadowOffset: { width: 0, height: 5, }, + elevation: 16, }, ]}>