Merge branch 'dev' into feature/yj-layoutSetup
This commit is contained in:
commit
1588b8cda7
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 {
|
||||
width: 2px;
|
||||
width: 5px;
|
||||
background-color: transparent;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user