Skip to main content

Toast title font weight → Emphasized (Semibold)

Pre-release · Type: 🐛 Bug Fix

Problem

The Toast title (Message shape) had a font weight of font-normal, which did not match the Emphasized token in the Figma spec.

Changed Files

  • packages/design/src/components/Toast/styles.ts
  • packages/design-site/docs/components/patterns/feedbacks-toast.mdx

Changes

  • TOAST_TITLE_CLASS: font-normalfont-semibold (corresponding to --Font-Weight-Emphasized: "Semibold"); the title is affected in both the Message and Alert shapes.
  • design-site AI Feedback section adds full cases: Message + Action, Alert, Alert + Action, Alert + Action + Cancel.