diff --git a/src/theme/antd/ant-menu.less b/src/theme/antd/ant-menu.less new file mode 100644 index 0000000..c0426f0 --- /dev/null +++ b/src/theme/antd/ant-menu.less @@ -0,0 +1,3 @@ +.ant-menu-inline-collapsed-tooltip a{ + color: @text-color-inverse; +} \ No newline at end of file diff --git a/src/theme/antd/index.less b/src/theme/antd/index.less index d0411b5..4086f1c 100644 --- a/src/theme/antd/index.less +++ b/src/theme/antd/index.less @@ -1,3 +1,4 @@ @import "ant-time-picker"; @import "ant-message"; @import "ant-table"; +@import "ant-menu"; \ No newline at end of file