apply_paint_style
Apply an existing Figma paint style to a node's fill by providing the node ID and style ID retrieved from get_styles.
Instructions
Apply an existing color style (paint style) to a node's fill in Figma. Use get_styles to find style IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to apply the style to | |
| styleId | Yes | The ID of the paint style to apply (from get_styles) |