LM-SHAPE-003
Find inconsistent control border radii
A button, field, toggle, or similar control differs from the control radius used most often.
A control uses a different corner radius
Keep the distinction only when it communicates a different control family or state.
Source example
What this finding can look like
The exact candidate comes from the project’s own tokens and repeated values. This example shows the shape of the issue, not a universal replacement.
.button { border-radius: 6px; }
.icon-button { border-radius: 8px; }.button, .icon-button { border-radius: var(--radius-control); }Resolution workflow
Fix the source without erasing intent
- Inspect
Review every reported occurrence and the established candidates Ledgermachine found in the same project.
- Decide
Keep the distinction only when it communicates a different control family or state.
- Verify
Make the change in your editor or coding agent, then rescan. Ledgermachine stays read-only and records whether the finding cleared.
Run it on your source
See the evidence behind this rule.
Open a folder locally, inspect the exact occurrences, and decide whether to repair or preserve the difference.
Open Ledgermachine
LEDGERMACHINE