Skip to content

Commit

Permalink
Improve focus color on dark mode
Browse files Browse the repository at this point in the history
- Focus color was too dim on dark mode
  • Loading branch information
herkulano committed Jun 7, 2024
1 parent 4b7e35e commit c5d8019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 85.7% 97.3%;

--ring: 240 3.7% 15.9%;
--ring: 240 3.7% 48%;
}
}
@layer base {
Expand Down

0 comments on commit c5d8019

Please sign in to comment.