Compare commits

..

No commits in common. "2dbbd3a9570242ad06e7bb11db2f4b6c742ed0d7" and "fe10ecf476bde27831d927ba42a04e585513ecad" have entirely different histories.

3 changed files with 1 additions and 12 deletions

View File

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

View File

@ -24,10 +24,6 @@
.ag-header-cell{
font-size: 13px;
color: #fff;
border-right: 1px solid #738596;
&:last-child{
border: none;
}
}
.ag-header-cell-label{
justify-content: center;

View File

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