Skip to content

Commit

Permalink
style(Button): change horizontal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinchen committed Oct 28, 2024
1 parent a69fef8 commit 9875ff7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/Button/Button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ export const useButtonStyles = (props: ButtonProps): ButtonStyles => {
md: {
fontSize: '14px',
height: '32px',
horizontalPadding: '20px',
horizontalPadding: '16px',
},
lg: {
fontSize: '14px',
height: '36px',
horizontalPadding: '24px',
horizontalPadding: '16px',
},
xl: {
fontSize: '16px',
height: '40px',
horizontalPadding: '28px',
horizontalPadding: '20px',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Button should match the snapshot 1`] = `
<DocumentFragment>
<button
aria-disabled="false"
class="raw-button jsx-1510721465"
class="raw-button jsx-3211673628"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`ButtonGroup should match the snapshot 1`] = `
>
<button
aria-disabled="false"
class="raw-button jsx-1510721465"
class="raw-button jsx-3211673628"
type="button"
>
<span
Expand All @@ -20,7 +20,7 @@ exports[`ButtonGroup should match the snapshot 1`] = `
</button>
<button
aria-disabled="false"
class="raw-button jsx-1510721465"
class="raw-button jsx-3211673628"
type="button"
>
<span
Expand All @@ -32,7 +32,7 @@ exports[`ButtonGroup should match the snapshot 1`] = `
</button>
<button
aria-disabled="false"
class="raw-button jsx-1510721465"
class="raw-button jsx-3211673628"
type="button"
>
<span
Expand Down

0 comments on commit 9875ff7

Please sign in to comment.