btn color

This commit is contained in:
Benjamin Takats
2023-01-15 18:13:30 +01:00
parent 23fec8c70b
commit 93e0ac8922

View File

@@ -67,11 +67,13 @@
</x-slot>
<x-slot name="footer">
<div class="space-x-4">
<x-jet-secondary-button wire:click="resetModal" wire:loading.attr="disabled">
@lang('Close')
</x-jet-secondary-button>
<x-jet-secondary-button wire:click="submit" wire:loading.attr="disabled">
💊 @lang('Orange Pill Now')
💊 <span class="text-amber-500">@lang('Orange Pill Now')</span>
</x-jet-secondary-button>
</div>
</x-slot>
</x-jet-dialog-modal>