fix: change flex grow of porn input

This commit is contained in:
RadoslavDimchev 2024-01-07 19:58:08 +02:00
parent a15a616833
commit 7fadf4876d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const PortInput = ({ portType, port }: PortInputProps) => {
}
return (
<YStack space={'$2'} flexBasis={0} flexGrow={3}>
<YStack space={'$2'} flexBasis={0} flexGrow={2}>
<Text size={13} color={'#647084'} weight={'semibold'}>
{portType} Port
</Text>