Compare commits

..

No commits in common. "1588b8cda7f22e388cd27cac6876547aa4fc9a38" and "da8e0856cb3b5a6fd4800ccc6891fd42bd39cb35" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

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

View File

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