We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb505c commit 23acfb0Copy full SHA for 23acfb0
src/pages/AnalyticsHub.jsx
@@ -322,11 +322,11 @@ function AnalyticsHubContent() {
322
</CardContent>
323
</Card>
324
325
- <Card>
+ <Card className="bg-slate-900 border-slate-800">
326
<CardHeader>
327
- <CardTitle className="text-base">Top Point Earners</CardTitle>
+ <CardTitle className="text-base text-white">Top Point Earners</CardTitle>
328
{!isHR && (
329
- <p className="text-xs text-amber-600 flex items-center gap-1 mt-1">
+ <p className="text-xs text-amber-400 flex items-center gap-1 mt-1">
330
<AlertTriangle className="h-3 w-3" /> Names hidden for non-HR roles
331
</p>
332
)}
0 commit comments