From c42fbc94adacecf777fbca5170ac66e786278c92 Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 16 Feb 2024 21:16:27 +0100 Subject: [PATCH] Update custom-gray color in tailwind.config.js --- frontend/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 86a2dbc..5d36ebb 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -11,7 +11,7 @@ module.exports = { colors: { primary: "#6C63FF", secondary: "rgb(139 132 245)", - "custom-gray": "#222222", + "custom-gray": "#161616", }, maxWidth: { "1/5": "20%",