From f2a70a0e8659cdfe479254558f2ae7e8b65653b3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 3 May 2023 15:29:14 +0200 Subject: [PATCH] update button --- resources/views/components/inputs/button.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/views/components/inputs/button.blade.php b/resources/views/components/inputs/button.blade.php index 92f29dd76..743275563 100644 --- a/resources/views/components/inputs/button.blade.php +++ b/resources/views/components/inputs/button.blade.php @@ -2,15 +2,16 @@ 'isWarning' => null, 'defaultClass' => 'text-white bg-neutral-800 hover:bg-violet-600', 'defaultWarningClass' => 'text-white bg-red-500 hover:bg-red-600', + 'loadingClass' => 'text-black bg-green-500', 'confirm' => null, 'confirmAction' => null, ])