Skip to content

Commit

Permalink
Make sync error text red
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Dec 13, 2024
1 parent 5f63fc2 commit c7817fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sync-status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function useSyncStatusText() {
}

if (isSyncError) {
return "Sync error"
return <span className="text-text-danger">Sync error</span>
}

return "Syncing…"
Expand Down

0 comments on commit c7817fc

Please sign in to comment.