fix: dashboard

This commit is contained in:
Lakhan Samani
2022-05-25 16:34:54 +05:30
parent 7c16900618
commit 7b13034081
7 changed files with 23 additions and 18 deletions

View File

@@ -101,10 +101,10 @@ export default function Auth() {
</FormControl>
<Button
isLoading={signUpResult.fetching || loginResult.fetching}
loadingText="Submitting"
colorScheme="blue"
size="lg"
w="100%"
d="block"
type="submit"
>
{isLogin ? 'Login' : 'Sign up'}