mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Kept background color on small Mui buttons and just colored the text white
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user