fix: change flex grow of porn input
This commit is contained in:
parent
a15a616833
commit
7fadf4876d
|
@ -19,7 +19,7 @@ const PortInput = ({ portType, port }: PortInputProps) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<YStack space={'$2'} flexBasis={0} flexGrow={3}>
|
<YStack space={'$2'} flexBasis={0} flexGrow={2}>
|
||||||
<Text size={13} color={'#647084'} weight={'semibold'}>
|
<Text size={13} color={'#647084'} weight={'semibold'}>
|
||||||
{portType} Port
|
{portType} Port
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in New Issue