Skip to content

Commit

Permalink
Inverted primary-button style
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jan 20, 2025
1 parent 06649da commit 7e5ab49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/styles/ui-components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,20 @@ $button-secondary-border-color: $button-primary-border-color;
border-color: $color-savel-button !important;
background-color: $primary-invert !important;
color: $color-savel-button !important;

.icon {
fill: $color-savel-button !important;
}
}

&:active {
background-color: $white !important;
color: $color-savel-button !important;
}

.icon {
fill: $color-savel-button !important;
}
}

&.is-secondary {
Expand Down

0 comments on commit 7e5ab49

Please sign in to comment.