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">
|
||||
|
||||
Reference in New Issue
Block a user