Skip to content

Commit

Permalink
Changed background for Apple button to full black (auth0#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored and jfromaniello committed Mar 5, 2020
1 parent 10b720b commit e417a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/social_icons.styl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
background-color: #4285f4;
}
.auth0-lock-social-button[data-provider^="apple"] {
background-color: #333;
background-color: #000;
}
.auth0-lock-social-button[data-provider^="line"] {
background-color: #00b900;
Expand Down

0 comments on commit e417a6c

Please sign in to comment.