FilamentF
Filament2y ago
btx

Livewire Form Color

Hi, I followed this tutorial to embed a form in my Livewire component. However the form has a different color than the color I configured for the admin panel. How can I fix this ? I am loading the Livewire Component on the root route "/".
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component

AdminPanelProvider.php
 ->colors([
    'primary' => Color::Green,
 ])
image.png
Was this page helpful?