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;
    }

I can see the rectanglular bg-blue-700 behind it so it wont overwrite it? In darkmode it works fine.

Thanks in advance!
image.png
image.png
Was this page helpful?