style: loading screens (#750)

* fix: dashboard workspace activity mutation

* style: loading screens
This commit is contained in:
Aaryan Khandelwal 2023-04-08 18:20:00 +05:30 committed by GitHub
parent 1026ae3eb1
commit c81bc4e5d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 85 deletions

View file

@ -99,7 +99,7 @@ const SignInPage: NextPage = () => {
>
{isLoading && (
<div className="absolute top-0 left-0 z-50 flex h-full w-full flex-col items-center justify-center gap-y-3 bg-white">
<h2 className="text-2xl text-gray-900">Signing in. Please wait...</h2>
<h2 className="text-xl text-gray-900">Signing in. Please wait...</h2>
<Spinner />
</div>
)}