feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 9c1df779e4 - Show all commits

7
src/store/roofAtom.js Normal file
View File

@ -0,0 +1,7 @@
import { atom } from 'recoil'
export const roofsState = atom({
key: 'roofs',
default: null,
dangerouslyAllowMutability: true,
})

View File

@ -383,7 +383,7 @@ button{
} }
} }
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 2px; width: 5px;
background-color: transparent; background-color: transparent;
} }