Skip to content

Commit

Permalink
fix: flex justification and sizing on Button (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite authored Sep 20, 2023
1 parent b08276b commit 8dedd40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/actions/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
--button-border-radius-lg: var(--seeds-rounded);

all: initial;
box-sizing: inherit;
display: inline-flex;
gap: var(--button-interior-gap);
justify-content: center;
border-style: solid;
border-width: var(--button-border-width);
font-family: var(--button-font-family);
Expand Down

0 comments on commit 8dedd40

Please sign in to comment.