fix: use the size prop

zio/stable
Mary 2024-02-13 14:39:43 +07:00
parent aa43e4cd4e
commit ae19e60099
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ function Footer({styles}: {styles: ReturnType<typeof useStyles>}) {
</Text> </Text>
<FontAwesomeIcon <FontAwesomeIcon
icon="chevron-down" icon="chevron-down"
style={[pal.textLight, {width: 12, flexShrink: 0}]} size={12}
style={[pal.textLight, {flexShrink: 0}]}
/> />
<select <select