mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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:
parent
e6e0e143f7
commit
f47ae60da6
1 changed files with 0 additions and 4 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in a new issue