Skip to content

Commit

Permalink
fix: use pixel values for button border-radius attribute (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrusakov committed Apr 29, 2022
1 parent 91920ed commit 0658b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paragon/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,9 @@ $btn-inverse-tertiary-active-bg: $primary-300 !default;
// $btn-block-spacing-y: .5rem !default;

// Allows for customizing button radius independently from global border radius
$btn-border-radius: 0 !default;
$btn-border-radius-lg: 0 !default;
$btn-border-radius-sm: 0 !default;
$btn-border-radius: 0px !default;
$btn-border-radius-lg: 0px !default;
$btn-border-radius-sm: 0px !default;

// $btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;

Expand Down

0 comments on commit 0658b72

Please sign in to comment.