diff --git a/src/components/atoms/canvas.tsx b/src/components/atoms/canvas.tsx index 50819d34..9a879106 100644 --- a/src/components/atoms/canvas.tsx +++ b/src/components/atoms/canvas.tsx @@ -128,11 +128,10 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => { ref={canvasRef} height={720} width={1280} - style={{ width: '1280px', height: '720px' }} // Ensure dimensions are explicitly set /> ); }; -export default Canvas; +export default Canvas; \ No newline at end of file