Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 5e1e5fd

Browse files
committed
fix: add bigger contrast to stopped server indicator
1 parent 3b0b12d commit 5e1e5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hub/src/domains/project/components/servers/server-status-indicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const ServerStatusIndicator = ({
1919
"bg-green-600": isRunning,
2020
"bg-blue-600 animate-pulse": isStarting,
2121
"bg-destructive": isCrashed,
22-
"bg-border": isStopped,
22+
"bg-foreground/10": isStopped,
2323
})}
2424
/>
2525
);

0 commit comments

Comments
 (0)