Skip to content

Commit 7a42022

Browse files
File changes
1 parent d5fa177 commit 7a42022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/AnalyticsHub.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ function AnalyticsHubContent() {
360360
{/* Recognition Distribution */}
361361
<TabsContent value="recognition">
362362
<div className="grid grid-cols-1 lg:grid-cols-2 gap-4">
363-
<Card>
363+
<Card className="bg-slate-900 border-slate-800">
364364
<CardHeader>
365-
<CardTitle className="text-base">Recognition by Category</CardTitle>
365+
<CardTitle className="text-base text-white">Recognition by Category</CardTitle>
366366
</CardHeader>
367367
<CardContent className="flex items-center justify-center">
368368
{recognitionDist.length === 0 ? (

0 commit comments

Comments
 (0)