We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fa177 commit 7a42022Copy full SHA for 7a42022
src/pages/AnalyticsHub.jsx
@@ -360,9 +360,9 @@ function AnalyticsHubContent() {
360
{/* Recognition Distribution */}
361
<TabsContent value="recognition">
362
<div className="grid grid-cols-1 lg:grid-cols-2 gap-4">
363
- <Card>
+ <Card className="bg-slate-900 border-slate-800">
364
<CardHeader>
365
- <CardTitle className="text-base">Recognition by Category</CardTitle>
+ <CardTitle className="text-base text-white">Recognition by Category</CardTitle>
366
</CardHeader>
367
<CardContent className="flex items-center justify-center">
368
{recognitionDist.length === 0 ? (
0 commit comments