From 361ef543008c1ab3397da5b26bb0890f123f2b76 Mon Sep 17 00:00:00 2001 From: surajgoraya Date: Mon, 26 Aug 2024 14:06:31 -0400 Subject: [PATCH] feat: :lipstick: use a nicer red for alerts --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index e479a86..3c2389b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,7 +11,7 @@ module.exports = { colors: { "theme-dark": "#2B2B2B", "theme-off-white": "#D4D4D4", - "theme-red": "#592321", + "theme-red": "#882925", // "theme-blue": "#4597BA", "theme-orange": "#A74A07", "theme-blue": "#367691",