New: Styled the filter active indicator

This commit is contained in:
lscambo13
2025-01-12 20:48:23 +05:30
parent c6feca5d6a
commit efd606ea08

View File

@@ -1608,4 +1608,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
.startTimeText, .startTimeText,
.endTimeText { .endTimeText {
width: 4em; width: 4em;
}
.filterIndicator{
background: var(--activeColor);
} }