Browse Source

updated subcmit button to outline-success

Abhinav-grd 4 năm trước cách đây
mục cha
commit
800fdcbebc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/SubmitButton.tsx

+ 1 - 1
src/components/SubmitButton.tsx

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