Cleans up borders, canvas color

This commit is contained in:
Steve Ruiz 2021-05-30 14:49:33 +01:00
parent 03d0eadb6e
commit 836de0c752
7 changed files with 19 additions and 13 deletions

View file

@ -76,6 +76,7 @@ const MainSVG = styled('svg', {
height: '100%',
touchAction: 'none',
zIndex: 100,
backgroundColor: '$canvas',
'& *': {
userSelect: 'none',