Skip to content

Commit e4b69a2

Browse files
committed
refactor: update tab title to be theme-based
1 parent 03a52bf commit e4b69a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UI/ExploreTabContent.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ExploreTabContent = ({
1414
isActive && (
1515
<section>
1616
{tabTitle && (
17-
<h1 className="text-white text-xl font-semibold p-2">{tabTitle}</h1>
17+
<h1 className="text-[--text-color] text-xl font-semibold p-2">{tabTitle}</h1>
1818
)}
1919
{isFeatured && (
2020
<div className="relative">

0 commit comments

Comments
 (0)