From 7fff24b8a91f9e9a26959b6226d465214018c102 Mon Sep 17 00:00:00 2001 From: lushevol Date: Tue, 15 Nov 2022 10:33:29 +0800 Subject: [PATCH] docs: Miss to remove div closing symbol #38546 (#38562) --- docs/react/migration-v5.en-US.md | 2 +- docs/react/migration-v5.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/react/migration-v5.en-US.md b/docs/react/migration-v5.en-US.md index b4a533b15a..d32d8c5b55 100644 --- a/docs/react/migration-v5.en-US.md +++ b/docs/react/migration-v5.en-US.md @@ -14,7 +14,7 @@ This document will help you upgrade from antd `4.x` version to antd `5.x` versio ### Design specification - Basic rounded corner adjustment, changed from `2px` to four layers of radius, which are `2px` `4px` `6px` and `8px`. For example, radius of default Button is modified from `2px` to `6px`. -- Primary color adjustment, changed from
`#1890ff` to
`#1677ff`. +- Primary color adjustment, changed from
`#1890ff` to
`#1677ff`. - Global shadow optimization, adjusted from three layers of shadows to two layers, which are used in common components (Card .e.g) and popup components (Dropdown .e.g). - Overall reduction in wireframe usage. diff --git a/docs/react/migration-v5.zh-CN.md b/docs/react/migration-v5.zh-CN.md index d24f9ab86b..0aec22d4d4 100644 --- a/docs/react/migration-v5.zh-CN.md +++ b/docs/react/migration-v5.zh-CN.md @@ -14,7 +14,7 @@ title: 从 v4 到 v5 ### 设计规范调整 - 基础圆角调整,由统一的 `2px` 改为四级圆角,分别为 `2px` `4px` `6px` `8px`,分别应用于不同场景,比如默认尺寸的 Button 的圆角调整为了 `6px`。 -- 主色调整,由
`#1890ff` 改为
`#1677ff`。 +- 主色调整,由
`#1890ff` 改为
`#1677ff`。 - 整体阴影调整,由原本的三级阴影调整为两级,分别用于常驻页面的组件(如 Card)和交互反馈(如 Dropdown)。 - 部分组件内间距调整。 - 整体去线框化。