Skip to content

Commit

Permalink
feat(collapse): [collapse] add dark theme (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiping0628 authored Feb 28, 2025
1 parent 48b8bcc commit e3bf5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/base/dark-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
--tv-color-text-disabled: var(--tv-base-color-common-6); // #808080 禁用文本色
--tv-color-text-active: var(--tv-base-color-info-8); // #5291FF 选中文本色 / 文本高亮色(搜索关键字高亮)
--tv-color-text-important: var(--tv-base-color-common-2); // #E6E6E6 重要文本色-文本_金额
--tv-color-text-link: var(--tv-base-color-brand-6); // #5291FF 链接色(链接按钮)
--tv-color-text-link: var(--tv-base-color-brand-8); // #5291FF 链接色(链接按钮)
--tv-color-text-link-hover: var(--tv-base-color-brand-6); // #5291FF 链接悬浮色
--tv-color-plain-text-hover: var(--tv-base-color-common-2); // #E6E6E6 朴素次要按钮文本悬浮色
// -- 暗色新增 --
Expand Down

0 comments on commit e3bf5ad

Please sign in to comment.