Custom form page submit button isn't styled

I am using v3 panel builder and need a simple form...or a create form and an edit form.

I have done this by creating a custom page along with the two form components I need...one for creating, one for editing. (There is a simple trait that returns the shared form schema.)

My custom page simply calls @livewire('create-form') (or 'edit-form', depending)....and the form shows up nicely.

The problem is that the submit button isn't styled.

Yes, I can style it myself, but I feel like I'm missing something. Is it expected that one should style it "manually"...? Or have I missed something along the way...?

Thanks...
image.png
Solution
<x-filament::button type="submit">Submit</x-filament::button>
Was this page helpful?