Hello
I have 2 text labels, within the same container which contain different text.
I want to make the 2 labels use the same font size, but this size to increase and decrease when the size of the parent frame becomes bigger or smaller.
You see the offset properties and scale properties? make sure when you’re sizing your UI its always using scale. never use offset. That way your UI is able to scale on every possible device screen appropriately.