-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mobile onboarding/connect-wallet screens #107
Conversation
would be good to add some top margin/padding to the |
@carlos-kryha I fixed the identation issue by removing the newline characters from the text, now they can take the whole space freely. Didnt seem to affect the desktop version in a bad way. Also added padding to the "Who we are section". Let me know if it needs some more adjusting. |
oh right, I didn't realize we used newlines in the text consts that's kind of bad. Looking good now tho |
Description
Adjusted the onboarding screen to be mobile friendly.
Adjusted the connect-wallet page to be mobile friendly including error toasts and kado pop up.
Adjusted the privacy screen to be mobile friendly.
Closes #110
Screenshots (if applicable)
Screen.Recording.2023-12-12.at.11.35.01.mov
Checklist
Make sure all items are checked before submitting the pull request. Remove any items that are not applicable.
cd frontend && yarn build
runs successfully.;