Unify card title size to text-sm
Several CardTitle usages were text-base while others were already text-sm, giving section headers inconsistent sizes across pages. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BuWtppPBizG2NQRa31FCRa
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export default async function DashboardPage() {
|
||||
|
||||
<Card className="bp-glass">
|
||||
<CardHeader>
|
||||
<CardTitle className="text-base">Recent sessions</CardTitle>
|
||||
<CardTitle className="text-sm">Recent sessions</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent className="flex flex-col gap-3">
|
||||
<SessionsTable sessions={recentSessions} />
|
||||
|
||||
Reference in New Issue
Block a user