From 5bda8a426ced59e9781f012abf7d94e389f08f0c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 13 Jul 2023 13:25:59 +0200 Subject: [PATCH] small ui fix --- app/View/Components/Forms/Select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Components/Forms/Select.php b/app/View/Components/Forms/Select.php index 5de29c7cd..8dfd43582 100644 --- a/app/View/Components/Forms/Select.php +++ b/app/View/Components/Forms/Select.php @@ -19,7 +19,7 @@ class Select extends Component public string|null $label = null, public string|null $helper = null, public bool $required = false, - public string $defaultClass = "select select-sm w-full rounded text-white text-sm bg-coolgray-200 font-normal" + public string $defaultClass = "select select-sm w-full rounded text-white text-sm bg-coolgray-200 font-normal disabled:bg-coolgray-200/50 disabled:border-none" ) { // }