How to add class into x-filament::button
Hello, I'm searching for how to add class into the component button
<x-filament::button type="button" @click="">{{ __('Order') }}</x-filament::button>
i tested by class="bg-white" but is not apply
<x-filament::button type="button" @click="">{{ __('Order') }}</x-filament::button>
i tested by class="bg-white" but is not apply