From 54d4ae8b429a1f9faac8b5e11eb1b9320dfa89a9 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Tue, 8 Apr 2025 17:17:48 -0500 Subject: [PATCH] fix button bg color on disabled combobox --- app/ui/lib/Combobox.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/ui/lib/Combobox.tsx b/app/ui/lib/Combobox.tsx index 45859241f8..d146c09129 100644 --- a/app/ui/lib/Combobox.tsx +++ b/app/ui/lib/Combobox.tsx @@ -235,7 +235,10 @@ export const Combobox = ({ /> {items.length > 0 && (