Skip to content

Commit

Permalink
chore: remove indigo from palette
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
deboer-tim committed Feb 1, 2024
1 parent e6e0e14 commit f47ae60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit f47ae60

Please sign in to comment.