From 086a844595d59cce2407b90741bccb76da2361ac Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Mon, 9 May 2022 10:59:13 +0000 Subject: [PATCH] update en/application-dev/ui/ui-ts-basic-components-button.md. Signed-off-by: ester.zhou --- en/application-dev/ui/ui-ts-basic-components-button.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/ui/ui-ts-basic-components-button.md b/en/application-dev/ui/ui-ts-basic-components-button.md index 0d65412ecb..e43a42df91 100644 --- a/en/application-dev/ui/ui-ts-basic-components-button.md +++ b/en/application-dev/ui/ui-ts-basic-components-button.md @@ -76,7 +76,7 @@ Use the **type** parameter to set the button type to **Capsule**, **Circle**, or .borderRadius(20) ``` - ![zh-cn_image_0000001190463780](figures/zh-cn_image_0000001190463780.png) + ![en-us_image_0000001190463780](figures/en-us_image_0000001190463780.png) - Set the text style: @@ -90,7 +90,7 @@ Use the **type** parameter to set the button type to **Capsule**, **Circle**, or .fontWeight(800) ``` - ![zh-cn_image_0000001189744672](figures/zh-cn_image_0000001189744672.png) + ![en-us_image_0000001189744672](figures/en-us_image_0000001189744672.png) - Set the background color: -- GitLab