Skip to content

Commit

Permalink
fix(): Use paper everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 11, 2024
1 parent 6514207 commit b34d6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

--radius: 0.5rem;

--sidebar-background: 0 0% 98%;
--sidebar-background: var(--paper);
--sidebar-foreground: 240 5.3% 26.1%;
--sidebar-primary: 240 5.9% 10%;
--sidebar-primary-foreground: 0 0% 98%;
Expand Down Expand Up @@ -72,7 +72,7 @@
--input: 240 3.7% 26.9%;
--ring: 240 4.9% 83.9%;

--sidebar-background: 240 5.9% 10%;
--sidebar-background: var(--paper);
--sidebar-foreground: 240 4.8% 95.9%;
--sidebar-primary: 224.3 76.3% 48%;
--sidebar-primary-foreground: 0 0% 100%;
Expand Down

0 comments on commit b34d6bf

Please sign in to comment.