Skip to content

Commit

Permalink
Fix error color of icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Oct 22, 2024
1 parent c823a9f commit 3c3a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/components/ConnectorsResponseMapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function ConnectorsResponseMapping({
"size-4",
activeView !== "errors" &&
selection.errors.length &&
"text-icon-error dark:text-icon-error"
"text-icon-error dark:text-icon-error-dark"
)}
/>
}
Expand Down

0 comments on commit 3c3a665

Please sign in to comment.