Skip to content

Commit cd76db4

Browse files
committed
style: adjust button styling in TopMateCard component
1 parent 2869435 commit cd76db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/topmate/TopMateCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const TopMateCard: React.FC<TopMateCardProps> = ({
133133
rel="noopener noreferrer"
134134
whileHover={{ scale: 1.015 }}
135135
whileTap={{ scale: 0.985 }}
136-
className="mt-5 flex w-full items-center justify-center rounded-full px-4 py-2.5 text-sm font-semibold"
136+
className="mt-5 flex w-fit items-center justify-center self-center rounded-full px-4 py-1.5 text-[13px] font-semibold"
137137
style={{
138138
background: green,
139139
color: isDark ? "#052e16" : "#ffffff",

0 commit comments

Comments
 (0)