We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a52bf commit e4b69a2Copy full SHA for e4b69a2
src/components/UI/ExploreTabContent.jsx
@@ -14,7 +14,7 @@ const ExploreTabContent = ({
14
isActive && (
15
<section>
16
{tabTitle && (
17
- <h1 className="text-white text-xl font-semibold p-2">{tabTitle}</h1>
+ <h1 className="text-[--text-color] text-xl font-semibold p-2">{tabTitle}</h1>
18
)}
19
{isFeatured && (
20
<div className="relative">
0 commit comments