배경색 제거

thkim
Lim\jun 2024-02-05 13:08:48 +09:00
parent 76ce7a9a36
commit 94963507c4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const Palette = (mode) => {
divider: paletteColor.grey[200],
background: {
paper: paletteColor.grey[0],
default: paletteColor.grey.A50
// default: paletteColor.grey.A50 // 뒷배경 색이 깔려서 주석처리함
}
}
});