When every property on a layer is correctly tokenized except for a border radius that uses a raw value, the "Check designs" feature reports the layer as fully compliant. The raw radius slips through undetected.
Steps to reproduce:
- Create a frame and apply tokens for all properties (color, spacing, etc.).
- Set the corner radius manually to a raw value (e.g.
8px) instead of binding it to a radius token. - Run "Check designs" on the frame.
Expected result:
"Check designs" flags the corner radius as a hard-coded value that should be replaced by a token.






