Skip to content

Commit 2e9e980

Browse files
committed
fix(Button): fix style for ghost + default
1 parent 8c9f284 commit 2e9e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/button/button.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
// light + text
9393
@button-light-text-color: var(--td-button-light-text-color, @brand-color);
9494
// ghost 优先级高于 theme,固定透明背景,白色边框,白色字体
95-
@button-ghost-color: var(--td-button-ghost-color, @bg-color-container);
95+
@button-ghost-color: var(--td-button-ghost-color, #fff);
9696
@button-ghost-border-color: var(--td-button-ghost-border-color, @button-ghost-color);
9797
@button-ghost-disabled-color: var(--td-button-ghost-disabled-color, @font-white-4);
9898
@button-ghost-hover-color: var(--td-button-ghost-hover-color, @font-white-2);

0 commit comments

Comments
 (0)