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