diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 5e23cb817e06..8dbe72ef5a97 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -539,7 +539,7 @@ @menu-collapsed-width: 80px; @menu-bg: @component-background; @menu-popup-bg: @component-background; -@menu-item-color: #555; +@menu-item-color: @text-color; @menu-highlight-color: @primary-color; @menu-highlight-danger-color: @error-color; @menu-item-active-bg: @primary-1;