Skip to content

Commit

Permalink
fix padding button
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Sep 5, 2023
1 parent 6d7c639 commit f3e7e9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/ui/src/composites/wui-button/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ export default css`
}
button[data-size='md'] {
padding: 9px var(--wui-spacing-l) 9px var(--wui-spacing-s);
}
button[data-size='md'] + wui-text {
padding-left: var(--wui-spacing-3xs);
padding: 9px var(--wui-spacing-l) 9px var(--wui-spacing-l);
}
wui-loading-spinner {
Expand Down

0 comments on commit f3e7e9d

Please sign in to comment.