-
Notifications
You must be signed in to change notification settings - Fork 1
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: preferences page, styling, and routing between onboarding #11
Conversation
since all of the styled components from |
app/preferences/styles.ts
Outdated
font-size: 28px; | ||
text-align: start; | ||
color: ${COLORS.gray11}; | ||
margin-top: 0; |
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.
delete margin-top
and add margin-bottom: 2.25rem;
to add more space between title and the first input field
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.
can you make sure to pull from main? i merged in justin's font pr and now the styling might need some adjustments |
🍞 What's new in this PR
🥐 Description
🥖 Screenshots
🥪 How to review
🥧 Next steps
🥞 Relevant links
🥨 Online sources
🥯 Related PRs
CC: @celinechoiii