feat: change width to 70% of window

This commit is contained in:
Rohit
2025-03-15 03:57:54 +05:30
parent 1b26e58fc6
commit e344edadb0
7 changed files with 13 additions and 13 deletions

View File

@@ -78,7 +78,7 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
}, [getText, getList]);
useEffect(() => {
coordinateMapper.updateDimensions(window.innerWidth * 0.75, window.innerHeight * 0.64);
coordinateMapper.updateDimensions(window.innerWidth * 0.7, window.innerHeight * 0.64);
}, []);
useEffect(() => {