From d8bfef4974a6ddb46441cc3a9df631caa00ff354 Mon Sep 17 00:00:00 2001 From: rithviknishad Date: Wed, 14 Dec 2022 15:44:36 +0530 Subject: [PATCH] momentarily copied secondary until #4307 merged --- tailwind.config.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 01bfc615ff..b1455aa855 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -29,7 +29,19 @@ module.exports = { 800: "#03543F", 900: "#014737", }, - secondary: colors.gray, + // TODO: change to `colors.gray` when #4307 is merged. + secondary: { + 50: "#f9fafb", + 100: "#f3f4f6", + 200: "#e5e7eb", + 300: "#d1d5db", + 400: "#9ca3af", + 500: "#6b7280", + 600: "#4b5563", + 700: "#374151", + 800: "#1f2937", + 900: "#111827", + }, danger: colors.red, warning: colors.amber, alert: colors.violet,