menu item background color changing
I have selected as background color for the menu items a blue as you see in the first image.
Now have created a app/Filament/Resources/ReservationResource/Pages/DatesPage.php
I all this page from an action. This page has no Menu Item. I have set protected static bool $shouldRegisterNavigation = false;
When the site loads, the meny item background gets yellow (Filament Standard). Image 2.
Where is my error please? I want to keep my defined blue as background color.
12 Replies
what's in your custom page's blade file?
hi @awcodes , there is:
`
That looks fine. It could be a plugin's stylesheet.
Ahh thanks!
I have this Page:
may be i forgot something?
I also wonder that i cant use Tailwind commans in the blade. They are ignored.
you are using a custom theme right?
i only use blue instead of yellow.
can i see your tailwind.config.js
tailwind.config.js
this part is odd and probably not needed:
but it looks ok
i'm not seeing why that one page wouldn't be working.
you are right, thats odd
thanks very much for watching it @awcodes !
sorry i don't have a definitive answer for you.
maybe try running a build, sometimes running dev can get hung up.
ah good idea!
build gives the same result. Will check plugins.