From f2c95d8e75222ada9ea64073b30cb8a707f1a447 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 21 Jan 2026 16:01:58 +0000 Subject: [PATCH] refactor: use muted color for pending and publishing relay states Changed publishing spinner from blue to muted to match pending state, creating a more consistent visual hierarchy where only success (green) and error (red) states use color. --- src/components/PostViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PostViewer.tsx b/src/components/PostViewer.tsx index 3b9ec6f..8dc92b1 100644 --- a/src/components/PostViewer.tsx +++ b/src/components/PostViewer.tsx @@ -805,7 +805,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) { )} {relay.status === "publishing" && ( - + )} {relay.status === "success" && (