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
@@ -48,7 +48,7 @@ new class extends Component {
<div class="flex justify-end space-x-2 rtl:space-x-reverse">
<flux:modal.close>
<flux:button variant="filled">{{ __('Cancel') }}</flux:button>
<flux:button variant="outline">{{ __('Cancel') }}</flux:button>
</flux:modal.close>
<flux:button variant="danger" type="submit" data-test="confirm-delete-user-button">
@@ -90,7 +90,7 @@ new class extends Component {
<flux:button
x-show="showRecoveryCodes"
icon="arrow-path"
variant="filled"
variant="outline"
wire:click="regenerateRecoveryCodes"
>
{{ __('Regenerate Codes') }}