fixed invisible buttons issue across the website

This commit is contained in:
Naser Mansour
2026-01-09 19:32:10 +02:00
parent 80072eae56
commit 773e1d3f7f
39 changed files with 155 additions and 155 deletions
@@ -117,7 +117,7 @@ new class extends Component {
</flux:callout>
<div class="flex gap-2 pt-4">
<flux:button type="button" variant="ghost" x-on:click="$flux.modal('convert-to-individual').close()">
<flux:button type="button" variant="outline" x-on:click="$flux.modal('convert-to-individual').close()">
{{ __('clients.cancel') }}
</flux:button>
<flux:button type="submit" variant="primary">
@@ -146,7 +146,7 @@ new class extends Component {
</div>
<div class="flex gap-2 pt-4">
<flux:button type="button" variant="ghost" wire:click="cancelConfirmation">
<flux:button type="button" variant="outline" wire:click="cancelConfirmation">
{{ __('clients.back') }}
</flux:button>
<flux:button type="button" variant="primary" wire:click="convertToIndividual">