Skip to content

Commit

Permalink
feat: Menu support darkPopupBg token (#46618)
Browse files Browse the repository at this point in the history
* feat: Menu support darkPopupBg token

* fix lint

* fix
  • Loading branch information
chenshuai2144 authored Dec 29, 2023
1 parent 87adc38 commit 968200d
Show file tree
Hide file tree
Showing 8 changed files with 1,506 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/form/demo/component-token.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ConfigProvider, Form, Input } from 'antd';
import React from 'react';
import { ConfigProvider, Form, Input } from 'antd';

const App: React.FC = () => (
<ConfigProvider
Expand Down
Loading

0 comments on commit 968200d

Please sign in to comment.