Is there a way to detach a text style from a textNode through the Figma API?
To detach a style, pass an empty string as the method argument.
await textNode.setTextStyleIdAsync('');
Is there a way to detach a text style from a textNode through the Figma API?
To detach a style, pass an empty string as the method argument.
await textNode.setTextStyleIdAsync('');