Skip to content

Commit

Permalink
chore: add missing css var
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 9, 2024
1 parent 53c2028 commit 5f4901e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
--accent: 240 7% 90%;
--accent-foreground: 240 4% 16%;

--anchor-foreground: 221 83% 53%;

--destructive: 0 84% 60%;
--destructive-hover: 0 72% 51%;
--destructive-active: 0 74% 42%;
Expand Down Expand Up @@ -90,6 +92,8 @@
--accent: 240 2% 35%;
--accent-foreground: 0 0% 92%;

--anchor-foreground: 213 94% 68%;

--destructive: 0 84% 60%;
--destructive-hover: 0 91% 71%;
--destructive-active: 0 94% 82%;
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const config = {
ring: "hsl(var(--ring))",
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
"anchor-foreground": "hsl(var(--anchor-foreground))",
primary: {
DEFAULT: "hsl(var(--primary))",
hover: "hsl(var(--primary-hover))",
Expand Down

0 comments on commit 5f4901e

Please sign in to comment.