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 <git@tdeboer.ca>
This commit is contained in:
Tim deBoer 2024-01-31 16:33:25 -05:00
parent e6e0e143f7
commit f47ae60da6

View file

@ -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],