Fix text visibility on interview prep page cards for better readability - #13
Conversation
Co-authored-by: Adez017 <142787780+Adez017@users.noreply.github.com>
Co-authored-by: Adez017 <142787780+Adez017@users.noreply.github.com>
|
@copilot , i expiclityly want to you fix this cards also : |
Co-authored-by: Adez017 <142787780+Adez017@users.noreply.github.com>
|
@copilot , just look on the cards the text on buttons is not good and clearly visible , also the show hints things only visible on hover . also you can fix the colors |
Co-authored-by: Adez017 <142787780+Adez017@users.noreply.github.com>
Enhanced button visibility on practice question cards. Made the following improvements: Show Hints button:
Show Resources button:
Number badges:
All buttons are now clearly visible in both light and dark modes without requiring hover. Changes in commit 78f96d4. |
|
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. I would be grateful if you can nominate for keeping this opensource project live and running Link to Nominate. Please do star the repo and Keep up the fantastic work! 🚀 |

Fix Text Visibility on Interview Prep Page ✅
Issue Reference
Fixes recodehive#899 - Text not clearly visible on the cards on the interview prep page
Updates
Additional fix for practice question cards based on feedback:
✅ PracticeTab.tsx - Practice Question Cards: Enhanced text visibility in:
Changes Made
Text Color Improvements:
text-gray-700 dark:text-gray-300→text-gray-800 dark:text-gray-200text-gray-600 dark:text-gray-400→text-gray-800 dark:text-gray-200text-gray-600 dark:text-gray-400→text-gray-800 dark:text-gray-200text-gray-600 dark:text-gray-400→text-gray-800 dark:text-gray-200text-gray-700 dark:text-gray-300→text-gray-800 dark:text-gray-200text-gray-600 dark:text-gray-400→text-gray-800 dark:text-gray-200text-gray-700 dark:text-gray-300→text-gray-800 dark:text-gray-200text-gray-600 dark:text-gray-300→text-gray-800 dark:text-gray-200Button Background and Border Improvements:
Show Hints Button:
bg-gray-50to solidbg-whiteborder-gray-200toborder-gray-300from-blue-100tofrom-blue-200with darker text (text-blue-800)Show Resources Button:
from-indigo-50/via-purple-50/to-pink-50tofrom-indigo-100/via-purple-100/to-pink-100border-indigo-200/50toborder-indigo-300from-indigo-100tofrom-indigo-200with darker text (text-indigo-800)All text elements and buttons on the practice question cards now have improved contrast and visibility in both light and dark modes. Buttons are clearly visible without requiring hover states.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.