From 169ed5efa044f5ee80448e1b46ed20a78df12b13 Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Sat, 21 Jan 2023 12:37:10 +0800 Subject: [PATCH] docs: add notice (#40354) --- docs/react/customize-theme.en-US.md | 18 +++++++++--------- docs/react/customize-theme.zh-CN.md | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) 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 = () => ( ( (