Skip to content

Commit

Permalink
Fix incorrect bg on hover when using a black background (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb committed Feb 25, 2024
1 parent 041644b commit fc2e971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttons/AppleLoginButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import createButton from './create-button';
import createSvgIcon from './createSvgIcon';

const config = {
activeStyle: { background: '#3333331c' },
activeStyle: { background: '#EFF0EE' },
icon: createSvgIcon(Icon),
style: { background: '#FFFFFF', color: '#000000' },
text: 'Log in with Apple',
Expand Down

0 comments on commit fc2e971

Please sign in to comment.