From f47ae60da65ecf372eb36c252a8683867f339803 Mon Sep 17 00:00:00 2001 From: Tim deBoer Date: Wed, 31 Jan 2024 16:33:25 -0500 Subject: [PATCH] chore: remove indigo from palette Indigo is one of the historic colors in our palette that we're not supposed to use, and it is finally out of the codebase. Removing from the palette so that it doesn't get accidentally used. Signed-off-by: Tim deBoer --- tailwind.config.cjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tailwind.config.cjs b/tailwind.config.cjs index d6a7ea722de54..713ea138906b4 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -192,10 +192,6 @@ module.exports = { 600: tailwindColors.zinc[600], 700: tailwindColors.zinc[700], }, - 'indigo': { // website only - 500: tailwindColors.indigo[500], - 600: tailwindColors.indigo[600], - }, 'violet': { 50: tailwindColors.violet[50], 400: tailwindColors.violet[400],