diff options
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 |