diff --git a/src/components/anonymous.jsx b/src/components/anonymous.jsx
index 81870cf4..c9769b31 100644
--- a/src/components/anonymous.jsx
+++ b/src/components/anonymous.jsx
@@ -79,6 +79,10 @@ const styles = () => ({
'&:hover': {
background: '#eee',
},
+ '&:focus-visible': {
+ outline: '2px solid #fff',
+ outlineOffset: 2,
+ },
},
buttonText: {
fontSize: 18,
@@ -148,7 +152,7 @@ class AnonymousLanding extends Component {
Sign in with Google
- AppleID.auth.signIn()} className={classes.logInButton}>
+ { e.preventDefault(); AppleID.auth.signIn(); }} className={classes.logInButton}>
Sign in with Apple