Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dark-mode): add dark mode for mobile #1574

Merged
merged 14 commits into from
Sep 14, 2023

Conversation

novlan1
Copy link
Contributor

@novlan1 novlan1 commented Aug 22, 2023

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@anlyyao anlyyao linked an issue Aug 22, 2023 that may be closed by this pull request
@anlyyao anlyyao requested a review from LeeJim August 22, 2023 09:10
style/mobile/theme/_dark.less Outdated Show resolved Hide resolved
style/mobile/theme/_dark.less Outdated Show resolved Hide resolved
style/mobile/theme/_dark.less Outdated Show resolved Hide resolved
style/mobile/theme/_dark.less Outdated Show resolved Hide resolved
style/mobile/theme/_dark.less Outdated Show resolved Hide resolved
style/mobile/components/badge/v2/_var.less Outdated Show resolved Hide resolved
style/mobile/components/table/_var.less Show resolved Hide resolved
style/mobile/components/badge/v2/_index.less Outdated Show resolved Hide resolved
style/mobile/components/badge/v2/_index.less Outdated Show resolved Hide resolved
style/mobile/components/step-item/v2/_var.less Outdated Show resolved Hide resolved
style/mobile/components/slider/v2/_var.less Outdated Show resolved Hide resolved
style/mobile/components/skeleton/v2/_var.less Outdated Show resolved Hide resolved
@anlyyao
Copy link
Collaborator

anlyyao commented Sep 12, 2023

补充组件问题:

暗黑模式下,avatarGroup 组边框色、collapse 右侧图标色,switch 切换按钮色

截屏2023-09-12 11 27 30 截屏2023-09-12 11 30 38 截屏2023-09-12 11 24 42

@novlan1
Copy link
Contributor Author

novlan1 commented Sep 13, 2023

补充组件问题:

暗黑模式下,avatarGroup 组边框色、collapse 右侧图标色,switch 切换按钮色

截屏2023-09-12 11 27 30 截屏2023-09-12 11 30 38 截屏2023-09-12 11 24 42

done

@anlyyao anlyyao merged commit ef6d10c into Tencent:develop Sep 14, 2023
6 checks passed
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