Request:
Please enable number variables like corner radius to swap properly across libraries — just like color variables do.
Problem:
Even when number variables (e.g., corner-radius-sm
) are named and structured the same in two libraries, Figma does not swap them automatically. This breaks consistency and forces manual rework.
Why it matters:
Design systems rely on tokenized values (like spacing, radius, and elevation). Not being able to swap them across libraries limits scalability for multi-brand or multi-theme systems.
Suggestion:
Make number variables resolve across libraries by matching variable names and types — the same way color variables already work.