Skip to content

Commit

Permalink
update button
Browse files Browse the repository at this point in the history
  • Loading branch information
lacy authored and lacy committed Nov 18, 2023
1 parent fb223cb commit 2870bbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hambre-ui/react

## 5.0.0

### Major Changes

- update button

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hambre-ui/react",
"version": "4.2.0",
"version": "5.0.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/components/Button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ export const Button = styled('button', {

size: {
xs: {
padding: '$3 $6'
padding: '$2 $6'
},
sm: {
padding: '$4 $6'
padding: '$3 $6'
},
md: {
padding: '$4 $7'
Expand Down

0 comments on commit 2870bbf

Please sign in to comment.