File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dns/resources/views/livewire
sites/resources/views/livewire/tabs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 </div >
1717
1818 <div class =" pt-2" >
19- <x-form .button class =" bg-blue disabled:opacity-50" wire:loading.attr =" disabled"
19+ <x-form .button class =" bg-gradient-to-r from-red via-orange to-red disabled:opacity-50" wire:loading.attr =" disabled"
2020 type =" button" wire:click =" lookup" >
2121 @lang (' Import' )
2222 </x-form .button >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class="bg-green">@lang('View')</x-form.button>
4242 </div >
4343
4444 <div class =" mt-4" >
45- <x-form .button type =" button" wire:click =" addPage" class =" bg-blue " >@lang (' Add Lighthouse Monitor' )</x-form .button >
45+ <x-form .button type =" button" wire:click =" addPage" class =" bg-gradient-to-r from-red via-orange to-red " >@lang (' Add Lighthouse Monitor' )</x-form .button >
4646 </div >
4747
4848</div >
You can’t perform that action at this time.
0 commit comments