Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/button/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
// light + text
@button-light-text-color: var(--td-button-light-text-color, @brand-color);
// ghost 优先级高于 theme,固定透明背景,白色边框,白色字体
@button-ghost-color: var(--td-button-ghost-color, @bg-color-container);
@button-ghost-color: var(--td-button-ghost-color, #fff);
@button-ghost-border-color: var(--td-button-ghost-border-color, @button-ghost-color);
@button-ghost-disabled-color: var(--td-button-ghost-disabled-color, @font-white-4);
@button-ghost-hover-color: var(--td-button-ghost-hover-color, @font-white-2);
Expand Down
Loading