fix: button default background in dark theme

This commit is contained in:
ycjcl868 2019-11-28 14:01:01 +08:00 committed by GitHub Action
parent b6b788b2e0
commit 34f3b44f6d

View File

@ -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;