Skip to content

Commit a69975e

Browse files
authored
Merge pull request #1619 from PranshuPujara/issue#1617
Enhance TopMateCard button styles for better visibility and consistency
2 parents 4b0848a + 04eb113 commit a69975e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/components/topmate/TopMateCard.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@ const TopMateCard: React.FC<TopMateCardProps> = ({
136136
whileTap={{ scale: 0.98 }}
137137
className="mt-6 flex w-full items-center justify-center gap-2 rounded-xl bg-gradient-to-r from-blue-600 to-purple-600 px-6 py-4 font-semibold text-white shadow-lg transition-all duration-300 hover:shadow-xl hover:from-blue-700 hover:to-purple-700"
138138
>
139-
<Calendar size={18} />
140-
<span>Schedule Now</span>
141-
<ArrowUpRight size={18} />
139+
<Calendar size={18} className="text-white" />
140+
<span className="text-white font-semibold tracking-wide">
141+
Schedule Now
142+
</span>
143+
<ArrowUpRight size={18} className="text-white" />
142144
</motion.a>
143145
</div>
144146
</motion.div>

0 commit comments

Comments
 (0)