Bug in new Property editor in Styles Tab

Hey,

While adding some style in the the styles tab there is a slight bug that I noticed which was not there in the Legacy Property Editor.

E.g In the styles tab, when setting a pre-defined color variable on some element and changing it’s transparency to some other value, it automatically gets detached from the Color Variable. This was not the case in the old Property Editor

Thanks

Yeah, I’ve hit this one too @nasibfarooq123 . A color variable points to a single fixed value, so the moment you change the transparency you’re creating a custom rgba that no longer matches the variable. The new editor can’t store “this variable at X% opacity,” so it drops the link and bakes in a static color instead.

Cleanest workaround: if you regularly need a faded version of a brand color, define it as its own variable (e.g. Primary / 60%) and apply that. Stays reusable and stays linked.

Since it behaved differently in the Legacy editor, worth filing a quick bug report so the team can confirm whether it’s intended or a regression. Thanks!