diff --git a/docs/react/customize-theme.en-US.md b/docs/react/customize-theme.en-US.md index 131afa40dc..07a328dcb0 100644 --- a/docs/react/customize-theme.en-US.md +++ b/docs/react/customize-theme.en-US.md @@ -21,8 +21,8 @@ In version 5.0 we call the smallest element that affects the theme **Design Toke You can pass `theme` to ConfigProvider to customize theme. After migrate to V5, theme of V5 will be applied by default. Here's a simple example: ```tsx +import { Button, ConfigProvider } from 'antd'; import React from 'react'; -import { ConfigProvider, Button } from 'antd'; const App: React.FC = () => ( ( (