diff --git a/src/styles/components/menu.less b/src/styles/components/menu.less index 360caf2..d2e5890 100644 --- a/src/styles/components/menu.less +++ b/src/styles/components/menu.less @@ -222,7 +222,7 @@ } &-dark&-vertical &-item, &-dark&-vertical &-submenu-title{ - color: @menu-dark-subsidiary-color; + color: @mew-black-color; &-active:not(.@{menu-prefix-cls}-submenu), &-active:not(.@{menu-prefix-cls}-submenu):hover { @@ -252,7 +252,7 @@ // color: #fff; // } &-dark&-vertical &-child-item-active > &-submenu-title{ - color: @menu-dark-active-bg; + color: @mew-black-color; } &-dark&-vertical &-opened{ -- libgit2 0.21.4