fix(ui): fit ip adapter image to panel

This commit is contained in:
psychedelicious 2023-09-29 18:54:34 +10:00
parent dc1e804887
commit d905c54795

View File

@ -63,11 +63,14 @@ const ParamIPAdapterImage = () => {
return (
<Flex
layerStyle="second"
sx={{
position: 'relative',
w: 'full',
alignItems: 'center',
justifyContent: 'center',
aspectRatio: '1/1',
borderRadius: 'base',
}}
>
<IAIDndImage