Button font-weight updated to Medium (WEB-1119)
Version: 0.6.1 ยท Type: ๐ Bug Fix
Problemโ
The Figma Button component set (node 522:52362 / 147:15378) was updated on 2026-07-01: the Primary / Secondary / Tertiary / Quaternary / Destructive / Destructive Outline styles now use Emphasized/Medium (500) text weight instead of Regular (400). Link Color / Link Gray remain Regular (400).
The implementation previously only applied font-medium to Primary and Destructive, leaving the other four styles at font-normal โ out of sync with the updated spec.
Changed Filesโ
packages/design/src/components/Button/styles.ts
Changesโ
BUTTON_VARIANT_CLASS:secondary/tertiary/quaternary/destructive-outlinechanged fromfont-normaltofont-medium;primary/destructiveunchanged (alreadyfont-medium);link-color/link-grayunchanged (font-normal)BUTTON_ICON_ONLY_VARIANT_CLASS:tertiary/quaternaryupdated tofont-mediumto match their text-button counterparts (no visible effect โ icon-only buttons render no text)