Merge remote-tracking branch 'origin/qcast-pub' into dev
This commit is contained in:
commit
9c1df779e4
7
src/store/roofAtom.js
Normal file
7
src/store/roofAtom.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import { atom } from 'recoil'
|
||||||
|
|
||||||
|
export const roofsState = atom({
|
||||||
|
key: 'roofs',
|
||||||
|
default: null,
|
||||||
|
dangerouslyAllowMutability: true,
|
||||||
|
})
|
||||||
@ -383,7 +383,7 @@ button{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 2px;
|
width: 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user