fix(ui): make aspect ratio preview pixel-perfect size

This commit is contained in:
psychedelicious 2024-01-03 21:38:03 +11:00 committed by Kent Keirsey
parent eb16ad3d6f
commit 1a4be78013

@ -33,7 +33,7 @@ export const ImageSize = memo((props: ImageSizeProps) => {
{heightComponent}
</InvControlGroup>
</Flex>
<Flex w="98px" h="98px" flexShrink={0} flexGrow={0}>
<Flex w="108px" h="108px" flexShrink={0} flexGrow={0}>
<AspectRatioPreview />
</Flex>
</Flex>