Skip to content

Commit

Permalink
fix: canvas thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChae03 committed Feb 8, 2025
1 parent 35ff470 commit a190e5c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ export function Canvas(): ReactElement {
transition: 'opacity 0.3s ease'
},
position: 'relative',
width: 'calc(100% - 20px)',
height: 'calc(100vh - 20px)',
m: '10px'
width: 'calc(100% - 24px)',
height: 'calc(100vh - 24px)',
m: '12px'
}}
>
<CSSTransition
Expand Down

0 comments on commit a190e5c

Please sign in to comment.