fix: use the size prop
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user