Skip to content

Commit

Permalink
Update border color in globals.css to be good looking in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Dec 18, 2024
1 parent 7cb8e11 commit e0694ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ body {
--accent-foreground: hsla(0, 0%, 98%, 1);
--destructive: hsla(0, 84.2%, 60.2%, 1);
--destructive-foreground: hsla(0, 0%, 98%, 1);
--border: hsla(0, 0%, 14.9%, 1);
--border: hsla(0, 0%, 40%, 1);
--input: hsla(0, 0%, 14.9%, 1);
--ring: hsla(0, 0%, 83.1%, 1);
--chart-1: hsla(220, 70%, 50%, 1);
Expand Down

0 comments on commit e0694ca

Please sign in to comment.