I have an existing Text Style called BodyText that’s applied across multiple components. I’d like to replace BodyText with another Text Style that has identical properties (e.g., font, size, weight, etc.)—my goal is simply to consolidate the old BodyText (and potentially other similar Text Styles) into a single, unified Text Style.
Example Scenario:
I currently have multiple Text Styles named Body 1, Body 2, and Body 3. They all share the same properties, but I want to replace them with just one BodyText style so that it’s consistent across the entire design. What’s the best way to accomplish this without manually changing each instance?