I know I can set the text size with Velo code through the html property of text elements.
But when it comes to button label that’s not possible, and on the other hand, the design panel only lets you set the button label font-size by px.
Any thoughts what can be done in order to make button font-size responsive without having to create many breakpoints just for text? (I know I can create button of my own using custom elements, but I’d rather not to).
Any advice?
Thank you. I hope this feature (and others such as scaling text in input/dropdown elements) will be available one day.
Basically it’d make sense if we could set all the texts by vw (or em) units when needed.