Merge branch 'dev' into feature/yj-layoutSetup

This commit is contained in:
yjnoh 2025-04-02 14:48:26 +09:00
commit 1588b8cda7
2 changed files with 8 additions and 1 deletions

7
src/store/roofAtom.js Normal file
View File

@ -0,0 +1,7 @@
import { atom } from 'recoil'
export const roofsState = atom({
key: 'roofs',
default: null,
dangerouslyAllowMutability: true,
})

View File

@ -383,7 +383,7 @@ button{
} }
} }
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 2px; width: 5px;
background-color: transparent; background-color: transparent;
} }