Skip to content

fix(eagle): align dialog footer button styles with Figma design#1308

Merged
tanbowensg merged 1 commit into
mainfrom
styles/modal-buttons
May 28, 2026
Merged

fix(eagle): align dialog footer button styles with Figma design#1308
tanbowensg merged 1 commit into
mainfrom
styles/modal-buttons

Conversation

@MrWindlike
Copy link
Copy Markdown
Contributor

@MrWindlike MrWindlike commented May 28, 2026

Summary

  • ImmersiveDialog 取消按钮颜色修复:通过覆盖 --color CSS 变量,将颜色从 $text-light-secondary(rgba(44,56,82,0.6))改为 $text-neutral-secondary(rgba(44,56,82,0.75)),与 Figma 设计稿一致
  • WizardDialog 上一步按钮字重修复:给文字包裹 Typo.Label.l2_bold_title,使 fontWeight 从 400 变为 700(bold),对齐设计稿的 Label/label2-bold-titlecase-sc
image image

Test plan

  • Storybook 中 ImmersiveDialog 居中内容 Story 验证取消按钮颜色为 rgba(44,56,82,0.75)
  • Storybook 中 WizardDialog 基础用法 Story 验证上一步按钮 fontWeight 为 700
  • 下一步和确定按钮样式未受影响

🤖 Generated with Claude Code

- Fix cancel button color in ImmersiveDialog: override --color CSS variable
  to use $text-neutral-secondary (0.75 opacity) instead of the quiet button
  default $text-light-secondary (0.6 opacity)
- Fix prev step button font-weight in WizardDialog: wrap text with
  Typo.Label.l2_bold_title to match design spec (14px bold)
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cloudtower-ui-kit Ready Ready Preview, Comment May 28, 2026 6:10am

@tanbowensg tanbowensg merged commit ff23f4e into main May 28, 2026
4 checks passed
@tanbowensg tanbowensg deleted the styles/modal-buttons branch May 28, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants