diff --git a/src/components/CheckRepoForm.tsx b/src/components/CheckRepoForm.tsx index b4e52cd1897e6e9fa5912091346c605ff89fdbca..b6917090e7e5fc0053856be1f2163c7fab405e96 100644 --- a/src/components/CheckRepoForm.tsx +++ b/src/components/CheckRepoForm.tsx @@ -73,16 +73,13 @@ const CheckRepoForm: FunctionComponent<Props> = ({ {...form.register('repositoryUrl')} /> {isPending ? ( - <Button - className="border-transparent bg-white" - disabled - > + <Button className="border-transparent" disabled> <Loader2 className="animate-spin" /> Please wait </Button> ) : ( <Button - className="border-transparent bg-white" + className="border-transparent" type="submit" variant={'default'} >