fix: use the size prop
parent
aa43e4cd4e
commit
ae19e60099
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue