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,14 +2368,15 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||
min-width: 72px;
|
||||
}
|
||||
|
||||
.MuiTabs-flexContainer>.MuiButtonBase-root.Mui-selected,
|
||||
.MuiToggleButtonGroup-grouped.Mui-selected {
|
||||
.MuiTabs-flexContainer>.MuiButtonBase-root.Mui-selected{
|
||||
color: white;
|
||||
/* background-color: var(--selectorBackgroundColor) !important; */
|
||||
/* font-weight: 550; */
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.MuiToggleButtonGroup-grouped.Mui-selected{
|
||||
color: white;
|
||||
}
|
||||
|
||||
.MuiButtonBase-root.MuiIconButton-root:hover {
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
|
Reference in New Issue
Block a user