1
0
Fork 0

lint(gui): add border to mask canvas

This commit is contained in:
Sean Sube 2023-01-18 17:09:22 -06:00
parent b66cb8fcd6
commit 5ec32d8324
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ export function MaskCanvas(props: MaskCanvasProps) {
}, [source]);
const styles: React.CSSProperties = {
border: '1px solid black',
maxHeight: params.height.default,
maxWidth: params.width.default,
};