Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
style(Button): adjust padding for list button
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Jan 12, 2024
1 parent 67e5b9c commit ab6e946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/buttons/button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ const slots = useSlots();
&.list {
@apply p-3 rounded-none w-full justify-start text-left;
&.sm {
@apply px-3 py-1;
}
}
&.icon {
Expand Down

0 comments on commit ab6e946

Please sign in to comment.