We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2869435 commit cd76db4Copy full SHA for cd76db4
1 file changed
src/components/topmate/TopMateCard.tsx
@@ -133,7 +133,7 @@ const TopMateCard: React.FC<TopMateCardProps> = ({
133
rel="noopener noreferrer"
134
whileHover={{ scale: 1.015 }}
135
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"
+ className="mt-5 flex w-fit items-center justify-center self-center rounded-full px-4 py-1.5 text-[13px] font-semibold"
137
style={{
138
background: green,
139
color: isDark ? "#052e16" : "#ffffff",
0 commit comments