FilamentF
Filament11mo ago
alan

Custom Form Page in Filament with BasePage: Inheriting Theme Colors

Hello,

I have created a custom page with:

class MyCustomFormPage extends BasePage implements HasForms


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?
Was this page helpful?