From 8e3258981e75760d859ccd484847f4a3a9955ec3 Mon Sep 17 00:00:00 2001 From: Weves Date: Sat, 21 Oct 2023 13:02:17 -0700 Subject: [PATCH] Adjust default Tremor color --- web/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tailwind.config.js b/web/tailwind.config.js index ad448fcf5..58918508c 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -74,7 +74,7 @@ module.exports = { }, content: { subtle: "#4b5563", // gray-600 - DEFAULT: "#6b7280", // gray-500 + DEFAULT: "#9ca3af", // gray-400 emphasis: "#e5e7eb", // gray-200 strong: "#f9fafb", // gray-50 inverted: "#000000", // black