Skip to content

Commit

Permalink
add: theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvraja committed Oct 12, 2024
1 parent 5faf3fd commit 6ecd221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ const config: Config = {
sm: "calc(var(--radius) - 4px)",
},
colors: {
blackTheme: "#0f0f0f",
whiteTheme: "#F2F2F2",
redTheme: "#FE0222",
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
card: {
Expand Down

0 comments on commit 6ecd221

Please sign in to comment.