fixed invisible buttons issue across the website
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user