Skip to main content


Hi there,

I have a simple text field as the main component. I want to make changes to the font size so all my instances’ font sizes could change accordingly. However, this doesn’t work. When I increase the font size of the main component. The font size of all nested instances stay the same. How can I solve the problem?

It should work if you haven’t overwrote the size in your instances.

Try to reset the text style of your instances in this case.


Thank you!