updated subcmit button to outline-success

This commit is contained in:
Abhinav-grd 2021-04-24 13:45:09 +05:30
parent fa67c8d693
commit 800fdcbebc

View file

@ -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}