fixed theme

This commit is contained in:
Amirhossein Mahmoodi
2023-08-07 17:01:26 +03:30
parent 1fd9ef6ae5
commit 929a7741a6
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ const MuiLayout = ({children, isBot}) => {
height: "8px",
},
"*::-webkit-scrollbar-thumb": {
background: `${theme.palette.primary.light}`,
background: `${theme.palette.primary.light}80`,
borderRadius: "3px",
},
"*:not(.MuiTableContainer-root)": {
@@ -41,11 +41,11 @@ const MuiLayout = ({children, isBot}) => {
"*": {
scrollbarWidth: "thin",
scrollbarColor: `${theme.palette.primary.light} transparent`,
scrollbarColor: `${theme.palette.primary.light}80 transparent`,
},
"*::-moz-scrollbar-thumb": {
backgroundColor: `${theme.palette.primary.light}`,
backgroundColor: `${theme.palette.primary.light}80`,
},
[`@media (max-width: ${theme.breakpoints.values.sm}px)`]: {
"*::-webkit-scrollbar": {