mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: button default background in dark theme
This commit is contained in:
parent
b6b788b2e0
commit
34f3b44f6d
@ -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…
Reference in New Issue
Block a user