Skip to main content

Button font-weight updated to Medium (WEB-1119)

Version: 0.6.1 ยท Type: ๐Ÿ› Bug Fix

WEB-1119

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โ€‹

  1. BUTTON_VARIANT_CLASS: secondary / tertiary / quaternary / destructive-outline changed from font-normal to font-medium; primary / destructive unchanged (already font-medium); link-color / link-gray unchanged (font-normal)
  2. BUTTON_ICON_ONLY_VARIANT_CLASS: tertiary / quaternary updated to font-medium to match their text-button counterparts (no visible effect โ€” icon-only buttons render no text)