Skip to content

Commit 3c3a665

Browse files
committed
Fix error color of icon
1 parent c823a9f commit 3c3a665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application/components/ConnectorsResponseMapping.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function ConnectorsResponseMapping({
8686
"size-4",
8787
activeView !== "errors" &&
8888
selection.errors.length &&
89-
"text-icon-error dark:text-icon-error"
89+
"text-icon-error dark:text-icon-error-dark"
9090
)}
9191
/>
9292
}

0 commit comments

Comments
 (0)