Browse Source

updated subcmit button to outline-success

Abhinav-grd 4 years ago
parent
commit
800fdcbebc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/SubmitButton.tsx

+ 1 - 1
src/components/SubmitButton.tsx

@@ -7,7 +7,7 @@ interface Props {
 }
 }
 const SubmitButton = ({ loading, buttonText }: Props) => (
 const SubmitButton = ({ loading, buttonText }: Props) => (
     <Button
     <Button
-        variant="success"
+        variant="outline-success"
         type="submit"
         type="submit"
         block
         block
         disabled={loading}
         disabled={loading}