배경색 제거
parent
76ce7a9a36
commit
94963507c4
|
|
@ -51,7 +51,7 @@ const Palette = (mode) => {
|
||||||
divider: paletteColor.grey[200],
|
divider: paletteColor.grey[200],
|
||||||
background: {
|
background: {
|
||||||
paper: paletteColor.grey[0],
|
paper: paletteColor.grey[0],
|
||||||
default: paletteColor.grey.A50
|
// default: paletteColor.grey.A50 // 뒷배경 색이 깔려서 주석처리함
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue