@@ -7,6 +7,7 @@ interface Props {
}
const SubmitButton = ({ loading, buttonText }: Props) => (
<Button
+ className="submitButton"
variant="outline-success"
type="submit"
block
@@ -249,6 +249,9 @@ const GlobalStyles = createGlobalStyle`
text-decoration: none;
background-color: #e9ecef;
+ .submitButton:hover > .spinner-border{
+ color:white;
+ }
`;
const Image = styled.img`