© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
Nathan

Changing colours on standalone Form Builder without Panels

How can i change the default colours when using filament forms without panels.

I tried adding this to the boot method of service provider, but nothing changes:

 public function boot(): void
    {
        FilamentColor::register([
            'danger' => Color::Red,
            'gray' => Color::Zinc,
            'info' => Color::Blue,
            'primary' => Color::Fuchsia,
            'success' => Color::Green,
            'warning' => Color::Amber,
        ]);
    }
 public function boot(): void
    {
        FilamentColor::register([
            'danger' => Color::Red,
            'gray' => Color::Zinc,
            'info' => Color::Blue,
            'primary' => Color::Fuchsia,
            'success' => Color::Green,
            'warning' => Color::Amber,
        ]);
    }
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Styles not loading for standalone Form Builder
FilamentFFilament / ❓┊help
3y ago
Standalone Form
FilamentFFilament / ❓┊help
3y ago
save model relationships on a standalone form builder with repeater
FilamentFFilament / ❓┊help
3y ago