/** @jsx jsx */ import { jsx } from "theme-ui"; import * as React from "react"; import Button from "./Button"; const SocialLoginButton: React.FunctionComponent< React.ButtonHTMLAttributes > = ({ ...restProps }) => { return (