fixed invisible buttons issue across the website
This commit is contained in:
@@ -236,7 +236,7 @@ new class extends Component {
|
||||
|
||||
@if ($consultationType !== 'all' || $status !== 'all' || $paymentStatus !== 'all' || $dateFrom || $dateTo)
|
||||
<div class="mt-4">
|
||||
<flux:button wire:click="clearFilters" variant="ghost" icon="x-mark" size="sm">
|
||||
<flux:button wire:click="clearFilters" variant="outline" icon="x-mark" size="sm">
|
||||
{{ __('export.clear_filters') }}
|
||||
</flux:button>
|
||||
</div>
|
||||
@@ -268,7 +268,7 @@ new class extends Component {
|
||||
wire:click="exportPdf"
|
||||
wire:loading.attr="disabled"
|
||||
wire:target="exportCsv,exportPdf"
|
||||
variant="filled"
|
||||
variant="outline"
|
||||
icon="document-text"
|
||||
class="!bg-zinc-700 !text-white hover:!bg-zinc-800"
|
||||
:disabled="$previewCount === 0"
|
||||
|
||||
Reference in New Issue
Block a user