fixed invisible buttons issue across the website
This commit is contained in:
@@ -124,7 +124,7 @@ new class extends Component
|
||||
|
||||
<div wire:poll.60s="autoSave">
|
||||
<div class="mb-6">
|
||||
<flux:button variant="ghost" :href="route('admin.posts.index')" wire:navigate icon="arrow-left">
|
||||
<flux:button variant="outline" :href="route('admin.posts.index')" wire:navigate icon="arrow-left">
|
||||
{{ __('posts.back_to_posts') }}
|
||||
</flux:button>
|
||||
</div>
|
||||
@@ -195,7 +195,7 @@ new class extends Component
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-end gap-4 border-t border-zinc-200 pt-6">
|
||||
<flux:button variant="ghost" :href="route('admin.posts.index')" wire:navigate>
|
||||
<flux:button variant="outline" :href="route('admin.posts.index')" wire:navigate>
|
||||
{{ __('common.cancel') }}
|
||||
</flux:button>
|
||||
<flux:button type="button" wire:click="preview">
|
||||
|
||||
@@ -154,7 +154,7 @@ new class extends Component
|
||||
|
||||
<div wire:poll.60s="autoSave">
|
||||
<div class="mb-6">
|
||||
<flux:button variant="ghost" :href="route('admin.posts.index')" wire:navigate icon="arrow-left">
|
||||
<flux:button variant="outline" :href="route('admin.posts.index')" wire:navigate icon="arrow-left">
|
||||
{{ __('posts.back_to_posts') }}
|
||||
</flux:button>
|
||||
</div>
|
||||
@@ -242,7 +242,7 @@ new class extends Component
|
||||
</flux:button>
|
||||
</div>
|
||||
<div class="flex items-center gap-4">
|
||||
<flux:button variant="ghost" :href="route('admin.posts.index')" wire:navigate>
|
||||
<flux:button variant="outline" :href="route('admin.posts.index')" wire:navigate>
|
||||
{{ __('common.cancel') }}
|
||||
</flux:button>
|
||||
<flux:button type="button" wire:click="preview">
|
||||
|
||||
@@ -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