Fix: Kept background color on small Mui buttons and just colored the text white

This commit is contained in:
lscambo13
2025-03-16 13:58:47 +05:30
parent edd746136a
commit d3c684cbe9

View File

@@ -2368,12 +2368,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
min-width: 72px; min-width: 72px;
} }
.MuiTabs-flexContainer>.MuiButtonBase-root.Mui-selected, .MuiTabs-flexContainer>.MuiButtonBase-root.Mui-selected{
color: white;
background-color: transparent !important;
}
.MuiToggleButtonGroup-grouped.Mui-selected{ .MuiToggleButtonGroup-grouped.Mui-selected{
color: white; color: white;
/* background-color: var(--selectorBackgroundColor) !important; */
/* font-weight: 550; */
background-color: transparent !important;
} }
.MuiButtonBase-root.MuiIconButton-root:hover { .MuiButtonBase-root.MuiIconButton-root:hover {