Skip to content

Commit

Permalink
fix(): Improve dark mode border constrast. (#20)
Browse files Browse the repository at this point in the history
* fix(): Higher constrast dark border colour.

* Increase slightly.

* Update token values.

* Revert.
  • Loading branch information
aidanCQ authored Sep 5, 2024
1 parent ec3f314 commit ec13ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
--destructive: 0 72.22% 50.59%;
--destructive-foreground: 0 0% 98%;

--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
--border: 240 5.9% 88%;
--input: 240 5.9% 88%;
--ring: 240 10% 3.9%;

--radius: 0.5rem;
Expand Down Expand Up @@ -57,7 +57,7 @@
--destructive: 0 84% 60%;
--destructive-foreground: 240 10% 3.9%;

--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
--border: 240 3.7% 16.9%;
--input: 240 3.7% 26.9%;
--ring: 240 4.9% 83.9%;
}

0 comments on commit ec13ce8

Please sign in to comment.