Skip to content

Commit 06d5746

Browse files
authored
Fix Skipped icon color (#876)
1 parent 74b6361 commit 06d5746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/frontend/common/components/status-icon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default function StatusIcon({
120120
<g transform="scale(0.8)">
121121
<path
122122
fill="none"
123-
stroke="currentColor"
123+
stroke="var(--color)"
124124
strokeLinecap="round"
125125
strokeLinejoin="round"
126126
strokeWidth="36"
@@ -129,7 +129,7 @@ export default function StatusIcon({
129129
/>
130130
<path
131131
fill="none"
132-
stroke="currentColor"
132+
stroke="var(--color)"
133133
strokeLinecap="round"
134134
strokeLinejoin="round"
135135
strokeWidth="36"

0 commit comments

Comments
 (0)