Skip to content

Commit

Permalink
fix(www): destructive contrast increase (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
stramel authored Nov 6, 2023
1 parent c691779 commit d250109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--muted-foreground: 240 3.8% 46.1%;
--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;
--destructive: 0 84.2% 60.2%;
--destructive: 0 72.22% 50.59%;
--destructive-foreground: 0 0% 98%;
--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
Expand Down

1 comment on commit d250109

@vercel
Copy link

@vercel vercel bot commented on d250109 Nov 6, 2023

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
ui-git-main-shadcn-pro.vercel.app
example-playground.vercel.app
ui.shadcn.com

Please sign in to comment.