Skip to content

Commit

Permalink
fix: reduce tab font size in contributors profile page (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgDev-01 committed Jul 24, 2023
1 parent ca3ee5a commit 238dc2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const ContributorProfileTab = ({
<TabsTrigger
key={tab}
className={clsx(
"data-[state=active]:border-sauced-orange shrink-0 data-[state=active]:border-b-2 text-2xl",
"data-[state=active]:border-sauced-orange shrink-0 data-[state=active]:border-b-2 text-lg",
tab === "Recommendations" &&
"font-bold text-transparent bg-clip-text bg-gradient-to-r from-[#EA4600] to-[#EB9B00]",
user?.user_metadata.user_name !== login && !hasHighlights && tab === "Highlights" && "hidden",
Expand Down

0 comments on commit 238dc2f

Please sign in to comment.