跳到主要内容

Toast title 字重改为 Emphasized(Semibold)

Pre-release · 类型: 🐛 缺陷修复

问题

Toast title(Message 形态)字重为 font-normal,与 Figma 规范的 Emphasized token 不符。

改动文件

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

改动内容

  • TOAST_TITLE_CLASSfont-normalfont-semibold(对应 --Font-Weight-Emphasized: "Semibold"),Message 和 Alert 形态的 title 均受影响
  • design-site AI Feedback 章节补充完整 case:Message + Action、Alert、Alert + Action、Alert + Action + Cancel