Skip to content

Commit

Permalink
Merge pull request #382 from Concordium/remove-half-potent-button-style
Browse files Browse the repository at this point in the history
Remove new button style that is only changes the weight and line height
  • Loading branch information
shjortConcordium authored Sep 4, 2023
2 parents 6bcc5e3 + a850781 commit c66d0f4
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $t-font-weight-regular: 400;
$t-font-weight-medium: 500;
$t-font-weight-semi-bold: 600;
$t-font-weight-bold: 700;

$s-type-config: (
display: (
font-weight: $t-font-weight-bold,
Expand Down Expand Up @@ -121,15 +120,6 @@ $s-type-config: (
),
),
),
button: (
font-weight: $t-font-weight-semi-bold,
styles: (
button: (
font-size: 14px,
line-height: 20px,
),
),
),
);

@each $cat-name, $cat-content in $s-type-config {
Expand Down

0 comments on commit c66d0f4

Please sign in to comment.