Skip to content

Commit

Permalink
fix #2008 (#2009)
Browse files Browse the repository at this point in the history
Co-authored-by: shadcn <m@shadcn.com>
  • Loading branch information
Rakib7425 and shadcn committed Jan 28, 2024
1 parent 343b20f commit 9a9c5b1
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

1 comment on commit 9a9c5b1

@vercel
Copy link

@vercel vercel bot commented on 9a9c5b1 Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/www

ui-shadcn-pro.vercel.app
example-playground.vercel.app
ui-git-main-shadcn-pro.vercel.app
ui.shadcn.com

Please sign in to comment.