-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wallet): replace rapyd with gatehub KYC #1643
Conversation
<div className="min-h-full flex-1 py-10"> | ||
<div className="mx-auto flex min-h-full w-full flex-col items-center sm:px-6 lg:px-20 xl:px-24"> | ||
<div className="min-h-full flex-1"> | ||
<div className="mx-auto flex h-screen w-full flex-col items-center px-2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added h-screen here because min-h-full added a vertical scroll, and the links for registering and logging in were not shown on screen. Also this currently makes the theme toggle on mobile device overlap the logo, but we will remove the toggle soon.
- padding is removed here because GateHub KYC has already padding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Context
Changes