Fix: Reduced the brightness of the active tab button

This commit is contained in:
lscambo13
2025-05-27 12:16:53 -07:00
parent fc18af0970
commit fb078c99f7

View File

@@ -2968,7 +2968,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
/* box-shadow: var(--shadow); */
/* width: 50vw; */
color: black;
background-color: white;
background-color: var(--textColor);
}
/* @media (min-width: 62em) { */