fix border
This commit is contained in:
parent
fa65c41998
commit
4b79c6c8a4
@ -11,8 +11,11 @@ export const Canvas = () => {
|
||||
})
|
||||
|
||||
return (
|
||||
<div className={styles.border}>
|
||||
<canvas width={500} height={400} ref={canvasRef} />
|
||||
</div>
|
||||
<canvas
|
||||
className={styles.border}
|
||||
width={500}
|
||||
height={400}
|
||||
ref={canvasRef}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user