Skip to content

Commit

Permalink
fix(social-btn): on dark background,need a white border so that the s…
Browse files Browse the repository at this point in the history
…ize of button doesn't decrease.
  • Loading branch information
hannahiss committed Mar 25, 2022
1 parent afa7577 commit 830e5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
&:active {
color: $black;
background-color: $white;
border-color: $white;
}
}

Expand Down

0 comments on commit 830e5ee

Please sign in to comment.