diff options
author | Mary <git@mary.my.id> | 2024-02-13 14:39:43 +0700 |
---|---|---|
committer | Mary <git@mary.my.id> | 2024-02-13 14:39:43 +0700 |
commit | ae19e600996cc3cd02e71a05fd3f164ccfaf62a2 (patch) | |
tree | 2841fd16c0e185765885cbdef6c11ce7037c927b /src | |
parent | aa43e4cd4e94ec23952676a32acb423d2db71057 (diff) | |
download | voidsky-ae19e600996cc3cd02e71a05fd3f164ccfaf62a2.tar.zst |
fix: use the size prop
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/auth/SplashScreen.web.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index 9d09b067f..f1921c7ff 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -153,7 +153,8 @@ function Footer({styles}: {styles: ReturnType<typeof useStyles>}) { </Text> <FontAwesomeIcon icon="chevron-down" - style={[pal.textLight, {width: 12, flexShrink: 0}]} + size={12} + style={[pal.textLight, {flexShrink: 0}]} /> <select |