Canvas: Fix icon element resizing

This commit is contained in:
Nathan Marrs 2022-09-27 08:53:47 -07:00 committed by GitHub
parent 6674407d3f
commit e160f19247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,8 @@ export function IconDisplay(props: CanvasElementProps) {
fill: data?.fill,
stroke: data?.strokeColor,
strokeWidth: data?.stroke,
height: '100%',
width: '100%',
};
return (