diff --git a/resources/views/components/ui/button.blade.php b/resources/views/components/ui/button.blade.php index e1c3a85..b6c8361 100644 --- a/resources/views/components/ui/button.blade.php +++ b/resources/views/components/ui/button.blade.php @@ -21,11 +21,11 @@ $cls = $base . ' ' . ($variants[$variant] ?? $variants['primary']); {{ $attributes->merge(['type' => $type, 'class' => $cls]) }} @if($action) wire:loading.attr="disabled" wire:target="{{ $action }}" @endif > - + {{ $slot->isNotEmpty() ? $slot : $label }} @if($action) - +