Override classes in filament blade components
Is there a proper way to override (not just merge) CSS classes of a Filament Blade component?
For example:
In this case, my custom classes get merged, but default classes from the component still apply and take priority (e.g., padding, border radius). Is there an official way to replace them completely?
For example:
In this case, my custom classes get merged, but default classes from the component still apply and take priority (e.g., padding, border radius). Is there an official way to replace them completely?