Skip to content

Commit

Permalink
UX: Fix the color of the social login button text
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Sep 23, 2020
1 parent d316cef commit 0bd06b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ tbody {
}
}

.btn.btn-social {
color: var(--secondary);
}

.btn-danger {
background: $danger;
color: $secondary;
Expand Down

0 comments on commit 0bd06b2

Please sign in to comment.