Skip to content

Commit

Permalink
feat: add same brand colors as the dark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
soyricardodev committed Jun 30, 2024
1 parent dc2822d commit 5ec6e81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/gifting-concierge/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ const config = {
},
},
},
dark: {
colors: {
primary: {
DEFAULT: "#473F36",
foreground: "#FFF8F5",
},
secondary: {
DEFAULT: "#DBD0C5",
foreground: "#282626",
},
},
},
},
}),
],
Expand Down

0 comments on commit 5ec6e81

Please sign in to comment.