We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9f284 commit 2e9e980Copy full SHA for 2e9e980
src/button/button.less
@@ -92,7 +92,7 @@
92
// light + text
93
@button-light-text-color: var(--td-button-light-text-color, @brand-color);
94
// ghost 优先级高于 theme,固定透明背景,白色边框,白色字体
95
-@button-ghost-color: var(--td-button-ghost-color, @bg-color-container);
+@button-ghost-color: var(--td-button-ghost-color, #fff);
96
@button-ghost-border-color: var(--td-button-ghost-border-color, @button-ghost-color);
97
@button-ghost-disabled-color: var(--td-button-ghost-disabled-color, @font-white-4);
98
@button-ghost-hover-color: var(--td-button-ghost-hover-color, @font-white-2);
0 commit comments