@@ -486,7 +486,7 @@ const CompaniesTab: React.FC<CompaniesTabProps> = ({ companyTips = [] }) => {
486486 { i + 1 }
487487 </ span >
488488 </ div >
489- < span className = "leading-relaxed text-gray-700 dark:text-gray-300 " >
489+ < span className = "leading-relaxed text-gray-800 dark:text-gray-200 " >
490490 { tip }
491491 </ span >
492492 </ motion . li >
@@ -558,7 +558,7 @@ const CompaniesTab: React.FC<CompaniesTabProps> = ({ companyTips = [] }) => {
558558 animate = { { opacity : 1 , y : 0 } }
559559 transition = { { duration : 0.3 } }
560560 >
561- < p className = "text-sm leading-relaxed text-gray-700 dark:text-gray-300 " >
561+ < p className = "text-sm leading-relaxed text-gray-800 dark:text-gray-200 " >
562562 { item . answer }
563563 </ p >
564564 </ motion . div >
@@ -590,7 +590,7 @@ const CompaniesTab: React.FC<CompaniesTabProps> = ({ companyTips = [] }) => {
590590 Community Contributors Needed!
591591 </ h5 >
592592 </ div >
593- < p className = "mb-6 leading-relaxed text-gray-700 dark:text-gray-300 " >
593+ < p className = "mb-6 leading-relaxed text-gray-800 dark:text-gray-200 " >
594594 Help keep { company . company } 's interview information
595595 current! Share recent questions, tips, or insights
596596 you've encountered to help fellow candidates
@@ -672,7 +672,7 @@ const CompaniesTab: React.FC<CompaniesTabProps> = ({ companyTips = [] }) => {
672672 < span className = "mr-4 text-5xl" > 🤝</ span >
673673 Join Our Interview Prep Community
674674 </ h3 >
675- < p className = "text-xl text-gray-600 dark:text-gray-300 " >
675+ < p className = "text-xl text-gray-700 dark:text-gray-200 " >
676676 Help build the most comprehensive company interview resource and
677677 accelerate your career growth
678678 </ p >
@@ -744,10 +744,10 @@ const CompaniesTab: React.FC<CompaniesTabProps> = ({ companyTips = [] }) => {
744744 < h4 className = "mb-3 text-lg font-bold text-gray-900 dark:text-white" >
745745 { item . title }
746746 </ h4 >
747- < p className = "mb-4 text-sm leading-relaxed text-gray-600 dark:text-gray-300 " >
747+ < p className = "mb-4 text-sm leading-relaxed text-gray-700 dark:text-gray-200 " >
748748 { item . description }
749749 </ p >
750- < div className = "inline-flex items-center rounded-full bg-gray-100 px-3 py-1 text-xs font-semibold text-gray-700 dark:bg-gray-700 dark:text-gray-300 " >
750+ < div className = "inline-flex items-center rounded-full bg-gray-100 px-3 py-1 text-xs font-semibold text-gray-800 dark:bg-gray-700 dark:text-gray-200 " >
751751 { item . benefit }
752752 </ div >
753753 </ motion . div >
0 commit comments