Skip to content

Commit 80d4c48

Browse files
cj-vanaclaude
andcommitted
fix: Reduce status label text size to fit in circle
Changed from text-2xl to text-base so "Degraded" fits within the circle. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a3d8bec commit 80d4c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NetworkHealthCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export function NetworkHealthCard({ refreshInterval = 30000 }: NetworkHealthCard
178178
} mb-4`}
179179
>
180180
{statusConfig ? (
181-
<span className={`text-2xl font-bold ${statusConfig.textColor}`}>
181+
<span className={`text-base font-bold ${statusConfig.textColor}`}>
182182
{statusConfig.label}
183183
</span>
184184
) : (

0 commit comments

Comments
 (0)