Compare commits

..

No commits in common. "9c1df779e4f91925b87a6b0d6c652d3f116f2177" and "78ce43969ace3e9a2754b589816f5119c03d36c0" 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;
}