Won't fix Color Palette displays incorrectly with inherited colors

Jake B.

Well-known member
This is how the color palette displays on the template editor:

colorPalette.webp

How it should display (and does on the actual page to edit the color palette:

colorPalette2.webp


Steps to reproduce:
Map @secondaryDarker - @secondaryLighest to @primaryDarker - @primaryLightest by using the style property variable as the color value.

For example, on @secondaryDark I have:

colorPaletteValue.webp


Regards,

Jake
 
I think we're going to call this "won't fix". It's not exactly as designed, but what you're trying to do is not something we're trying to support.

The color palette is expected to be actual colors, not references to other properties. You can see this as we don't provide the "color palette" tab in the color picker popup.
 
Top Bottom