Browse Source

fix: default theme button danger color

pull/20012/head
ycjcl868 5 years ago
parent
commit
d6f41db414
  1. 4
      components/style/themes/default.less

4
components/style/themes/default.less

@ -164,8 +164,8 @@
@btn-default-border: @border-color-base;
@btn-danger-color: #fff;
@btn-danger-bg: color(~`colorPalette('@{error-color}', 5) `);
@btn-danger-border: color(~`colorPalette('@{error-color}', 5) `);
@btn-danger-bg: @error-color;
@btn-danger-border: @error-color;
@btn-disable-color: @disabled-color;
@btn-disable-bg: @disabled-bg;

Loading…
Cancel
Save