Skip to content

Commit

Permalink
remove padding
Browse files Browse the repository at this point in the history
  • Loading branch information
joesobo committed Feb 23, 2023
1 parent b9a1882 commit 72cd176
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-mails-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@poleski/button": patch
---

Remove padding
2 changes: 0 additions & 2 deletions packages/ui/src/button/src/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ const classes = computed(() => {
'bg-white',
'focus:ring-4',
'font-medium',
'px-5',
'py-2.5',
'mr-2',
'mb-2',
'focus:outline-none',
Expand Down

1 comment on commit 72cd176

@vercel
Copy link

@vercel vercel bot commented on 72cd176 Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.