Compare commits
No commits in common. "9c1df779e4f91925b87a6b0d6c652d3f116f2177" and "78ce43969ace3e9a2754b589816f5119c03d36c0" have entirely different histories.
9c1df779e4
...
78ce43969a
@ -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