diff --git a/src/components/select/select-variants.ts b/src/components/select/select-variants.ts index c0773f1..bc15b02 100644 --- a/src/components/select/select-variants.ts +++ b/src/components/select/select-variants.ts @@ -1,7 +1,7 @@ import { cva } from 'class-variance-authority'; const selectVariants = cva([ - 'tw-reset ~flex ~h-9 ~w-full ~items-center ~justify-between ~rounded-md ~border ~border-border ~bg-transparent ~px-3 ~py-2 ~shadow-sm', + 'tw-reset ~flex ~h-9 ~w-full ~items-center ~justify-between ~rounded-md ~border ~border-border ~bg-background ~px-3 ~py-2 ~shadow-sm', '~ring-offset-background', 'data-[placeholder]:~text-input', 'focus:~outline-none focus:~ring-1 focus:~ring-ring',