Skip to content

Commit

Permalink
chore: update horizontal padding on ds buttons (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashshah authored and corlard3y committed Jul 1, 2024
1 parent fd20f04 commit 8f36fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/blocks/button/Button.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const getButtonSizeStyles = ({
border-radius: var(--r2);
gap: var(--s1);
height: 32px;
padding: var(--s3);
padding: var(--s3) var(--s4);
`}
/* Button text size css */
Expand Down Expand Up @@ -208,7 +208,7 @@ export const getButtonSizeStyles = ({
border-radius: var(--r3);
gap: var(--s1);
height: 40px;
padding: var(--s3);
padding: var(--s3) var(--s6);
`}
/* Button text size css */
Expand Down Expand Up @@ -247,7 +247,7 @@ export const getButtonSizeStyles = ({
border-radius: var(--r3);
gap: var(--s1);
height: 48px;
padding: var(--s4);
padding: var(--s4) var(--s6);
`}
/* Button text size css */
Expand Down Expand Up @@ -285,7 +285,7 @@ export const getButtonSizeStyles = ({
border-radius: var(--r3);
gap: var(--s1);
height: 52px;
padding: var(--s4);
padding: var(--s4) var(--s8);
`}
/* Button text size css */
Expand Down

0 comments on commit 8f36fad

Please sign in to comment.