Skip to content

Commit

Permalink
fix #2008 (#2009)
Browse files Browse the repository at this point in the history
Co-authored-by: shadcn <[email protected]>
  • Loading branch information
dev-arrow and shadcn committed Jan 28, 2024
1 parent c76b8e4 commit 222271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/examples/forms/appearance/appearance-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function AppearanceForm() {
<select
className={cn(
buttonVariants({ variant: "outline" }),
"w-[200px] appearance-none bg-transparent font-normal"
"w-[200px] appearance-none font-normal"
)}
{...field}
>
Expand Down

0 comments on commit 222271b

Please sign in to comment.