Skip to content

Commit

Permalink
fix: button
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed May 24, 2024
1 parent b7d808f commit 396f225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/hippy_ui_react/src/themeConfig/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export const buttonConfig: ThemeConfigButton = {
wrapperStyle = transferStyle([
wrapperStyle,
{
borderRadius: 3.6,
height: 36,
borderRadius: 4,
height: 40,
paddingLeft: 32,
paddingRight: 32,
},
Expand All @@ -57,8 +57,8 @@ export const buttonConfig: ThemeConfigButton = {
wrapperStyle = transferStyle([
wrapperStyle,
{
borderRadius: 4,
height: 40,
borderRadius: 3.6,
height: 36,
paddingLeft: 32,
paddingRight: 32,
},
Expand Down

0 comments on commit 396f225

Please sign in to comment.