feat: set width to 900

This commit is contained in:
karishmas6
2024-10-19 20:38:43 +05:30
parent 87a0d83172
commit d90172a2b3
7 changed files with 10 additions and 10 deletions

View File

@@ -142,7 +142,7 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
tabIndex={0}
ref={canvasRef}
height={400}
width={1150}
width={900}
/>
);