Compare commits
No commits in common. "1588b8cda7f22e388cd27cac6876547aa4fc9a38" and "da8e0856cb3b5a6fd4800ccc6891fd42bd39cb35" have entirely different histories.
1588b8cda7
...
da8e0856cb
@ -1,7 +0,0 @@
|
|||||||
import { atom } from 'recoil'
|
|
||||||
|
|
||||||
export const roofsState = atom({
|
|
||||||
key: 'roofs',
|
|
||||||
default: null,
|
|
||||||
dangerouslyAllowMutability: true,
|
|
||||||
})
|
|
||||||
@ -383,7 +383,7 @@ button{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 5px;
|
width: 2px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user