Fix chickadee color overrides

This commit is contained in:
Idrees Hassan
2026-03-28 11:34:42 -07:00
parent b7d6ca63c1
commit ebb9f92be2
7 changed files with 12 additions and 12 deletions

View File

@@ -668,8 +668,8 @@
[PALETTE.FEATHER_SPINE]: "#373737",
[PALETTE.HOOD]: colors.face,
[PALETTE.EYEBROW]: colors.face,
[PALETTE.UPPER_EYELID]: colors.face || colors.eyebrow,
[PALETTE.UPPER_CORNER_EYE]: colors.face || colors.eyebrow,
[PALETTE.UPPER_EYELID]: colors.eyebrow || colors.face,
[PALETTE.UPPER_CORNER_EYE]: colors.eyebrow || colors.face,
[PALETTE.BEHIND_EYE]: colors.face,
[PALETTE.CORNER_EYE]: colors.face,
[PALETTE.TEMPLE]: colors.face,