fixed invisible buttons issue across the website
This commit is contained in:
@@ -131,7 +131,7 @@ new class extends Component {
|
||||
</flux:field>
|
||||
|
||||
<div class="flex gap-2 pt-4">
|
||||
<flux:button type="button" variant="ghost" x-on:click="$flux.modal('convert-to-company').close()">
|
||||
<flux:button type="button" variant="outline" x-on:click="$flux.modal('convert-to-company').close()">
|
||||
{{ __('clients.cancel') }}
|
||||
</flux:button>
|
||||
<flux:button type="submit" variant="primary">
|
||||
@@ -164,7 +164,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="convertToCompany">
|
||||
|
||||
Reference in New Issue
Block a user