From 396f225ff08d13f20a4a4f7344de92e7914f3081 Mon Sep 17 00:00:00 2001 From: jinzelin Date: Fri, 24 May 2024 15:28:44 +0800 Subject: [PATCH] fix: button --- packages/hippy_ui_react/src/themeConfig/button.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/hippy_ui_react/src/themeConfig/button.ts b/packages/hippy_ui_react/src/themeConfig/button.ts index dbd2c86..9dce8a6 100644 --- a/packages/hippy_ui_react/src/themeConfig/button.ts +++ b/packages/hippy_ui_react/src/themeConfig/button.ts @@ -42,8 +42,8 @@ export const buttonConfig: ThemeConfigButton = { wrapperStyle = transferStyle([ wrapperStyle, { - borderRadius: 3.6, - height: 36, + borderRadius: 4, + height: 40, paddingLeft: 32, paddingRight: 32, }, @@ -57,8 +57,8 @@ export const buttonConfig: ThemeConfigButton = { wrapperStyle = transferStyle([ wrapperStyle, { - borderRadius: 4, - height: 40, + borderRadius: 3.6, + height: 36, paddingLeft: 32, paddingRight: 32, },