From aca1c6f621bb04484da538c04a736888c87ad8da Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Thu, 19 Mar 2026 01:13:54 -0600 Subject: [PATCH] fix(tag-selector): add background color to tag selector for improved visibility --- apps/dokploy/components/shared/tag-selector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/shared/tag-selector.tsx b/apps/dokploy/components/shared/tag-selector.tsx index 35bbec253..35909da9c 100644 --- a/apps/dokploy/components/shared/tag-selector.tsx +++ b/apps/dokploy/components/shared/tag-selector.tsx @@ -69,7 +69,7 @@ export function TagSelector({ variant="outline" aria-expanded={open} className={cn( - "w-full justify-between min-h-10 h-auto", + "w-full justify-between min-h-10 h-auto bg-input", disabled && "cursor-not-allowed opacity-50", )} disabled={disabled}