mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
fix: @menu-popup-bg in dark
This commit is contained in:
parent
3e4b8cd414
commit
89e8d01310
@ -158,9 +158,6 @@
|
||||
@primary-9: @blue-9; // unused
|
||||
@primary-10: @blue-10; // unused
|
||||
|
||||
// -------- Colors -----------
|
||||
@error-color: @red-6;
|
||||
|
||||
// Layer background
|
||||
@gray-11: #1f1f1f;
|
||||
@body-background: @black;
|
||||
@ -286,6 +283,7 @@
|
||||
// ---
|
||||
// dark theme
|
||||
@menu-dark-submenu-bg: @black;
|
||||
@menu-popup-bg: @gray-11;
|
||||
|
||||
// Message
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user