From 5ec6e81f584a927690f7459663a859a2ed6ab7f9 Mon Sep 17 00:00:00 2001 From: Ricardo Castro Date: Sun, 30 Jun 2024 05:23:52 +0200 Subject: [PATCH] feat: add same brand colors as the dark colors --- apps/gifting-concierge/tailwind.config.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/gifting-concierge/tailwind.config.ts b/apps/gifting-concierge/tailwind.config.ts index 5b6ece65..fb926528 100644 --- a/apps/gifting-concierge/tailwind.config.ts +++ b/apps/gifting-concierge/tailwind.config.ts @@ -38,6 +38,18 @@ const config = { }, }, }, + dark: { + colors: { + primary: { + DEFAULT: "#473F36", + foreground: "#FFF8F5", + }, + secondary: { + DEFAULT: "#DBD0C5", + foreground: "#282626", + }, + }, + }, }, }), ],