Custom Form Page in Filament with BasePage: Inheriting Theme Colors
Hello,
I have created a custom page with:
Now, I have the problem that this page does not inherit my primary colors from
But how can I create a form in Filament that can be viewed without login, without any navigation bars or sidebars—just the form itself—while still using the same theme as the rest of the panel, as defined in the provider?
For example, my custom font is displayed correctly in
I have created a custom page with:
Now, I have the problem that this page does not inherit my primary colors from
Providers/Filament/AppPanelProvider.php. I assume this is intentional. But how can I create a form in Filament that can be viewed without login, without any navigation bars or sidebars—just the form itself—while still using the same theme as the rest of the panel, as defined in the provider?
For example, my custom font is displayed correctly in
BasePage, but the colors are not. Could this be a bug?