Commit e601e496c037502780ba1060fd2ef02c9aa87d89

Authored by wynn
1 parent 2253621e

fix

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/styles/components/menu.less
... ... @@ -222,7 +222,7 @@
222 222 }
223 223  
224 224 &-dark&-vertical &-item, &-dark&-vertical &-submenu-title{
225   - color: @menu-dark-subsidiary-color;
  225 + color: @mew-black-color;
226 226 &-active:not(.@{menu-prefix-cls}-submenu),
227 227 &-active:not(.@{menu-prefix-cls}-submenu):hover
228 228 {
... ... @@ -252,7 +252,7 @@
252 252 // color: #fff;
253 253 // }
254 254 &-dark&-vertical &-child-item-active > &-submenu-title{
255   - color: @menu-dark-active-bg;
  255 + color: @mew-black-color;
256 256 }
257 257  
258 258 &-dark&-vertical &-opened{
... ...