diff --git a/packages/ui/src/components/primitives/combobox.tsx b/packages/ui/src/components/primitives/combobox.tsx index 36b3fb7a0e..f98c8f877e 100644 --- a/packages/ui/src/components/primitives/combobox.tsx +++ b/packages/ui/src/components/primitives/combobox.tsx @@ -22,7 +22,7 @@ const comboboxTriggerVariants = cva( { variants: { state: { - default: 'border-input aria-expanded:border-success aria-expanded:ring-2 aria-expanded:ring-success/20', + default: 'border-border aria-expanded:border-primary aria-expanded:ring-3 aria-expanded:ring-primary/20', error: 'border-destructive ring-2 ring-destructive/20 aria-expanded:border-destructive aria-expanded:ring-destructive/20', disabled: 'opacity-50 cursor-not-allowed pointer-events-none' @@ -194,11 +194,10 @@ export function Combobox({ {option.label}