Refactor: Accent profile text

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 19:11:19 +00:00
parent 73ab587896
commit 35bb2e09a8

View File

@@ -515,7 +515,7 @@ export default function Profile() {
</Card> </Card>
<Card> <Card>
<CardContent className="p-4 text-center"> <CardContent className="p-4 text-center">
<div className="text-2xl font-bold">{profile.review_count}</div> <div className="text-2xl font-bold text-accent">{profile.review_count}</div>
<div className="text-sm text-muted-foreground">Reviews</div> <div className="text-sm text-muted-foreground">Reviews</div>
</CardContent> </CardContent>
</Card> </Card>