diff options
author | Mary <git@mary.my.id> | 2024-02-13 12:52:09 +0700 |
---|---|---|
committer | Mary <git@mary.my.id> | 2024-02-13 12:52:09 +0700 |
commit | 50fac737136c2339f3e40c0bc5a90cb5cb8a16e6 (patch) | |
tree | 85cceafcbcaa23348d8014e17dc9a567ff1cc7c7 /src | |
parent | a9029a5f4f15cbe906b96f935fabcf66749c507f (diff) | |
download | voidsky-50fac737136c2339f3e40c0bc5a90cb5cb8a16e6.tar.zst |
fix: do not remove the outline
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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<typeof useStyles>}) { width: '100%', color: 'transparent', background: 'transparent', - outline: 0, border: 0, padding: 0, }}> |