From 50fac737136c2339f3e40c0bc5a90cb5cb8a16e6 Mon Sep 17 00:00:00 2001 From: Mary Date: Tue, 13 Feb 2024 12:52:09 +0700 Subject: fix: do not remove the outline --- src/view/com/auth/SplashScreen.web.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index ff8fe60b2..9d09b067f 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -169,7 +169,6 @@ function Footer({styles}: {styles: ReturnType}) { width: '100%', color: 'transparent', background: 'transparent', - outline: 0, border: 0, padding: 0, }}> -- cgit 1.4.1