Skip to content

Commit

Permalink
fix: consistent padding
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Dec 18, 2023
1 parent c1b87db commit 28a1a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/react/react-dogfood/style/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ a.rd__button {
align-items: center;
justify-content: center;
gap: var(--str-video__spacing-xs);
padding: 4px; //var(--str-video__spacing-xs);
padding: 2px 4px; //var(--str-video__spacing-xs);
border-radius: var(--str-video__border-radius-circle);
background-color: var(--str-video__button-primary-base);

Expand Down

0 comments on commit 28a1a01

Please sign in to comment.