-
Notifications
You must be signed in to change notification settings - Fork 114
Increase button text contrast for better accessibility and readability. #784
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1205,14 +1205,14 @@ function InterviewPrepContent({ | |
<motion.div className="flex flex-col sm:flex-row gap-4 justify-center" variants={fadeIn}> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Yeah this is the same thing I covered maybe this one was merged before mine There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for your efforts on this PR, you can checkout other Issues and contribute to the ones that, excites you :) @steam-bell-92 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No problem, also I had raised an issue #785 so can I get that assigned. It's just typos correction from docs There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will check that out in a while ! @steam-bell-92 |
||
<Link | ||
to="/get-started" | ||
className="bg-white text-blue-600 px-8 py-4 rounded-lg font-semibold hover:bg-blue-50 transition-all duration-300 transform hover:scale-105 shadow-lg" | ||
> | ||
className="border-2 border-white bg-transparent text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300 transform hover:scale-105 shadow-lg" | ||
> | ||
Start Preparing Now | ||
</Link> | ||
<Link | ||
to="/community" | ||
className="border-2 border-white bg-white text-blue-500 px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300" | ||
> | ||
className="border-2 border-white bg-transparent text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-blue-600 transition-all duration-300" | ||
> | ||
Join Community | ||
</Link> | ||
</motion.div> | ||
|
Uh oh!
There was an error while loading. Please reload this page.