fixed invisible buttons issue across the website
This commit is contained in:
@@ -61,7 +61,7 @@ new class extends Component
|
||||
|
||||
<div>
|
||||
<div class="mb-6">
|
||||
<flux:button variant="ghost" :href="route('admin.pages.index')" wire:navigate icon="arrow-left">
|
||||
<flux:button variant="outline" :href="route('admin.pages.index')" wire:navigate icon="arrow-left">
|
||||
{{ __('pages.back_to_pages') }}
|
||||
</flux:button>
|
||||
</div>
|
||||
@@ -131,7 +131,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.pages.index')" wire:navigate>
|
||||
<flux:button variant="outline" :href="route('admin.pages.index')" wire:navigate>
|
||||
{{ __('common.cancel') }}
|
||||
</flux:button>
|
||||
<flux:button type="button" wire:click="togglePreview">
|
||||
|
||||
Reference in New Issue
Block a user