mirror of
https://github.com/bspeice/speice.io
synced 2025-07-29 03:25:03 -04:00
Fix color swatch paint area
Still hate the code, but at least it's sized correctly now
This commit is contained in:
@ -53,10 +53,7 @@ export const InvertibleCanvas: React.FC<InvertibleCanvasProps> = ({width, height
|
||||
ref={canvasRef}
|
||||
width={width}
|
||||
height={height}
|
||||
style={{
|
||||
aspectRatio: width / height,
|
||||
width: '75%'
|
||||
}}
|
||||
style={{aspectRatio: width / height}}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user