fixed invisible buttons issue across the website

This commit is contained in:
Naser Mansour
2026-01-09 19:32:10 +02:00
parent 80072eae56
commit 773e1d3f7f
39 changed files with 155 additions and 155 deletions
@@ -180,7 +180,7 @@ new class extends Component
</flux:field>
@if($actionFilter || $targetFilter || $dateFrom || $dateTo || $search)
<flux:button wire:click="resetFilters" variant="ghost">
<flux:button wire:click="resetFilters" variant="outline">
{{ __('audit.reset') }}
</flux:button>
@endif