-
Notifications
You must be signed in to change notification settings - Fork 169
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
fix: fixed spacing issues on mobile and large view and fixed text siz… #207
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/components/form.jsx
Outdated
<> | ||
<div className="mt-2 text-purple font-bold text-xl ml-2 dark:text-deeppurple"> | ||
<div className="bg-ash shadow-lg border-2 border-deeppurple py-2 pl-2 rounded-lg mt-4"> | ||
<div className="mt-1 text-purple font-bold text-xl ml-2 dark:text-deeppurple"> |
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.
In light mode the definition is in text-deeppurple
, but in dark mode it's back to text-purple
. Since in dark mode the abbrevaition region is surrounded by bg-ash
, the text should remain text-deepurple
. What do u think?
<div className="mt-1 text-purple font-bold text-xl ml-2 dark:text-deeppurple"> | |
<div className="mt-1 font-bold text-xl ml-2 text-deeppurple"> |
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.
opps sorry about that i will fix that and re-push
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've corrected this
Sorry, but I had to ask. How does this PR close #188 ? |
sorry about this that issue was wrongly tagged |
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.
Looks great! Thank you for this 🎉
…e issues
fixes #174
fixes #206
Closes #
What new changes did you make? Tick all applicable boxes
Describe the new changes you added.
i reduced and added some padding && margin to the appriopriate place
Share a screenshot of new changes
i have corrected this