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.tspackages/design-site/docs/components/patterns/feedbacks-toast.mdx
Changes
TOAST_TITLE_CLASS:font-normal→font-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.