From c41f508daf3a8dd9eb7106f446129880ccb9f680 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Tue, 21 Feb 2023 10:04:02 +0800 Subject: [PATCH] fixed 5cdea02 from https://gitee.com/esterzhou/docs/pulls/14925 Update docs (14204) Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-basic-components-button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-button.md b/en/application-dev/reference/arkui-ts/ts-basic-components-button.md index e1e4ac13b6..c135dc560c 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-button.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-button.md @@ -51,7 +51,7 @@ This component can contain only one child component. | Normal | Normal button (without rounded corners by default). | > **NOTE** -> - The rounded corner of a button is set by using [borderRadius](ts-universal-attributes-border.md), rather than by using the **border** API. +> - The rounded corner of a button is set by using [borderRadius](ts-universal-attributes-border.md), rather than by using the **border** API. Only a button-wide rounded corner setting is supported. > - For a button of the **Capsule** type, the **borderRadius** settings do not take effect, and its rounded corner is always half of the button height. > - For a button of the **Circle** type, its radius is the value of **borderRadius** (if set) or the width or height (whichever is smaller). > - The button text is set using the [text style attributes](ts-universal-attributes-text-style.md). -- GitLab