fixed invisible buttons issue across the website
This commit is contained in:
@@ -210,7 +210,7 @@ new class extends Component
|
||||
|
||||
@if($search || $statusFilter)
|
||||
<div class="flex items-end">
|
||||
<flux:button wire:click="clearFilters" variant="ghost">
|
||||
<flux:button wire:click="clearFilters" variant="outline">
|
||||
{{ __('common.clear') }}
|
||||
</flux:button>
|
||||
</div>
|
||||
@@ -282,7 +282,7 @@ new class extends Component
|
||||
<div class="lg:w-48 flex flex-wrap gap-2">
|
||||
<flux:button
|
||||
href="{{ route('admin.posts.edit', $post) }}"
|
||||
variant="filled"
|
||||
variant="outline"
|
||||
size="sm"
|
||||
wire:navigate
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user