fix: tour sidebar icons, auth pages scroll (#1555)

* fix: tour sidebar icons, menu button word wrap

* chore: change theme on sign out

* fix: auth pages scroll y-padding
This commit is contained in:
Aaryan Khandelwal 2023-07-18 19:02:33 +05:30 committed by GitHub
parent 07c097c9ad
commit 5ae963c451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 34 additions and 52 deletions

View file

@ -86,7 +86,7 @@ const SignUp: NextPage = () => {
</div>
</div>
</>
<div className="grid place-items-center h-full w-full overflow-y-auto px-7">
<div className="grid place-items-center h-full w-full overflow-y-auto py-5 px-7">
<div>
<EmailPasswordForm onSubmit={handleSignUp} />
</div>