Filament theme not editing active nav in light mode

Hi! so i got this code in my theme CSS file:
.fi-sidebar-item.fi-active.fi-sidebar-item-has-url {
@apply bg-blue-700;
}

.dark .fi-sidebar-item.fi-active.fi-sidebar-item-has-url {
@apply bg-blue-700 rounded-xl;
}
.fi-sidebar-item.fi-active.fi-sidebar-item-has-url {
@apply bg-blue-700;
}

.dark .fi-sidebar-item.fi-active.fi-sidebar-item-has-url {
@apply bg-blue-700 rounded-xl;
}
I can see the rectanglular bg-blue-700 behind it so it wont overwrite it? In darkmode it works fine. Thanks in advance!
No description
No description
1 Reply
LeandroFerreira
LeandroFerreira2mo ago
@apply !bg-blue-700; ?

Did you find this page helpful?