Swapping number variables in a component's padding are not updated in child instances

I’m using number variables to control a responsive spacing scale across two breakpoints:

I’m plugging these variables into the auto layout gap and padding dimensions of my components, and then binding the specific breakpoint to the layer via variable mode:

This is all working great and as expected, but my problem comes when I decide to swap out one of these variable. In the above example, I might decide the bottom padding is looking too large so I change from #5 to #4 spacing. This updates fine in the component, but the change is not being pulled through to any child instances in my page designs.

2 Likes

I am experiencing the same problem.

2 Likes

Also experiencing this, will probably block me from using the number variables feature for our team :frowning: Hope that this can get fixed!!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.