Skip to content

Commit

Permalink
fix(Button): fix design token error (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Nov 8, 2024
1 parent 02494ee commit 5975f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@button-danger-color: var(--td-button-danger-color, @text-color-anti);
@button-danger-border-color: var(--td-button-danger-border-color, @error-color);
@button-danger-bg-color: var(--td-button-danger-bg-color, @error-color);
@button-danger-disabled-color: var(--td-button-danger-disabled-color, @error-color-disabled);
@button-danger-disabled-color: var(--td-button-danger-disabled-color, @font-white-1);
@button-danger-disabled-bg: var(--td-button-danger-disabled-bg, @error-color-3);
@button-danger-disabled-border-color: var(--td-button-danger-disabled-border-color, @error-color-3);
// default + outline
Expand Down

0 comments on commit 5975f3f

Please sign in to comment.