Skip to content

Commit

Permalink
Made select opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadhalor committed Jan 24, 2024
1 parent 56f473c commit 3916582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/select/select-variants.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 3916582

Please sign in to comment.