From 3c3a665edeb884e330753e4446df9423c2327a88 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 21 Oct 2024 18:33:31 -0600 Subject: [PATCH] Fix error color of icon --- src/application/components/ConnectorsResponseMapping.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/components/ConnectorsResponseMapping.tsx b/src/application/components/ConnectorsResponseMapping.tsx index 18984920f..82f7a878e 100644 --- a/src/application/components/ConnectorsResponseMapping.tsx +++ b/src/application/components/ConnectorsResponseMapping.tsx @@ -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" )} /> }