Skip to content

Commit

Permalink
[sc] fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jun 4, 2024
1 parent d5b6fb5 commit 298adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/star-chart/web/src/components/project/TaskNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function TaskFullContent({
<Icon name="arrowRight" />
</ConnectionSource>
{upstreams > 0 && (
<div className="row text-xs absolute -top-3 -left-4 bg-red-1 !gap-1 text-black rounded-full px-2">
<div className="row text-xs absolute -top-3 -left-4 bg-attention-wash !gap-1 text-black rounded-full px-2">
<span>🚫</span>
{upstreams}
</div>
Expand Down

0 comments on commit 298adae

Please sign in to comment.