Hi, I’m trying to find a solution for all text in my app automatically increases in size by 3px when the page width is greater than 800px. I realize I could achieve this by adding conditions to the styles of text elements, but I hadn’t thought of this before building the app. So, applying a style to every text element in the app would be a lot.
Is there an efficient way to make this adjustment globally without having to manually update each text element?
Thanks!