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.
by_default_2023-07-13_at_19.11.05.png
by_default_2023-07-13_at_19.15.07.png
Was this page helpful?