Browse Source

fix: add deprecated token warning (#43461)

pull/43463/head
MadCcc 1 year ago
committed by GitHub
parent
commit
5094710a2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/menu/style/index.tsx

1
components/menu/style/index.tsx

@ -859,6 +859,7 @@ export default (prefixCls: string, injectStyle: boolean): UseComponentStyleResul
['colorActiveBarWidth', 'activeBarWidth'],
['colorActiveBarHeight', 'activeBarHeight'],
['colorActiveBarBorderSize', 'activeBarBorderWidth'],
['colorItemBgSelected', 'itemSelectedBg'],
],
},
);

Loading…
Cancel
Save