#Combining multiple Text Properties into one Text element of a Component
4 messages · Page 1 of 1 (latest)
Hey @tawny flame ! there is not easy way to do this. 1 option is to just highlight the part you want to be different and then just style that. Another option is to do two texts in a column with autolayout, but then if you resize the width that wont be great
Yeah i think your best bet is just to have your different text styles defined. And then you can make a bunch of component variants with the different combos and have the two text styles as props that just switches between the different variants
I dont think there is another way to do this sadly