Skip to content

Commit

Permalink
fix(css): update primary color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Dec 28, 2024
1 parent 95a893c commit 70c0463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
--popover: 0 0% 100%;
--popover-foreground: 240 10% 3.9%;

--primary: 149 79% 35%;
--primary-foreground: 0 0% 98%;
--primary: 95 71% 68%;
--primary-foreground: 240 10% 3.9%;

--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;
Expand Down

0 comments on commit 70c0463

Please sign in to comment.