Skip to content

Commit

Permalink
Lighten .toggle-button-group active background color to account for d…
Browse files Browse the repository at this point in the history
…arker color
  • Loading branch information
Ben Adams authored and Ben Adams committed Oct 12, 2023
1 parent a9cf6a7 commit 001b70b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
&.active {
border-color: $button-color;
color: $button-color;
background: lighten($button-color, 40%);
background: lighten($button-color, 52%);
font-weight: 600;
}
svg {
Expand Down

0 comments on commit 001b70b

Please sign in to comment.