fix(web): standardize button borderRadius, fontSize, and fontWeight #68
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref:
docs/STYLE.md§ Components / ButtonsMultiple button style properties deviate from the spec across ~15 components.
borderRadius — spec says
6px(0.375rem):fontSize — spec says
12px(0.75rem):fontWeight — spec says
500:Fix: Sweep all button styles and align to
borderRadius: '0.375rem',fontSize: '0.75rem',fontWeight: 500.