-
Notifications
You must be signed in to change notification settings - Fork 109
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
Fixing Dark Mode Color Contrast Issue on Login and Signup Page #521
Conversation
Signed-off-by: Tushar Saini <[email protected]>
@s2sharpit is attempting to deploy a commit to the Vibey Team on Vercel. A member of the Team first needs to authorize it. |
Thank you, @s2sharpit, for creating this pull request and contributing to GitHub-ReadMe! |
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.
Thank you for creating a pull request for vibey!
We appreciate your contribution and are excited to review your changes. If you have any questions or need additional information, please don't hesitate to let us know. We look forward to working with you to improve vibey. Thanks again for your support!If you want to keep contributing to open source and want to do it with a supportive and inclusive community, consider joining UniKonf. We help and encourage each other to make regular contributions to open source projects. If you have any questions, do not hesitate to ask. We look forward to having you as part of our community!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@s2sharpit it's failing in production. Can you check by building locally by running "pnpm run build" |
Hey @Deepu178, I found that there is a type error in file Here is the screenshot of it: |
Signed-off-by: Tushar Saini <[email protected]>
@s2sharpit |
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.
Thanks for making the contribution to the project and looking forward to see more contribution from your side. @s2sharpit
you have also solve type issue
Hey @Deepu178, |
Hey @Deepu178, Please add appropriate labels to this PR. |
Related Issue
Closes: #518
Describe the changes you've made
Type of change
What sort of change have you made:
dark:text-black
for dark mode.auth.tsx
to make the text visibility better.darkMode: "class"
to applydark:
classes likedark:text-black
.How Has This Been Tested?
Checklist
Screenshots (if applicable)
Code of Conduct