fix:improve modal performance and useability
This commit is contained in:
@@ -160,9 +160,9 @@ new class extends Component {
|
||||
<x-button
|
||||
wire:click="$toggle('confirmingTransactionDeletion')"
|
||||
wire:loading.attr="disabled"
|
||||
icon="o-trash"
|
||||
class="btn btn-ghost btn-circle text-error"
|
||||
class="btn text-error"
|
||||
title="{{ __('Delete Transaction') }}"
|
||||
label="{{ __('Delete Transaction') }}"
|
||||
/>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user