Skip to content

Commit

Permalink
style(button): change border radius to 9999px (#1973)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Skinner <dev+github-bot@kajabi.com>
  • Loading branch information
ju-Skinner and kajabi-bot authored Sep 5, 2024
1 parent e809552 commit cedb938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $-btn-transition: map-get($sage-transitions, default);
$-btn-base-padding-block: sage-spacing(xs); // vertical (y) axis
$-btn-base-padding-inline: sage-spacing(sm); // horizontal (x) axis
$-btn-base-line-height: var(--sage-line-height-body, #{rem(24px)});
$-btn-border-radius: sage-border(radius);
$-btn-border-radius: 9999px;
$-btn-shadow-base: sage-shadow(sm);
$-btn-icon-only-standard-size: rem(40px);
$-btn-icon-only-subtle-size: rem(16px);
Expand Down

0 comments on commit cedb938

Please sign in to comment.