Browse Source

fix: button default background in dark theme

pull/19968/head
ycjcl868 5 years ago
committed by GitHub Action
parent
commit
34f3b44f6d
  1. 2
      components/style/themes/dark.less

2
components/style/themes/dark.less

@ -190,7 +190,7 @@
@btn-primary-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
@btn-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
@btn-default-bg: transparent;
@btn-default-bg: @component-background;
@btn-danger-bg: @red-7;
@btn-danger-border: @red-7;

Loading…
Cancel
Save