From 7bcc46e183b5ce70aab3341fdb09df4fb8652188 Mon Sep 17 00:00:00 2001
From: Ricardo van der Heijden
<20791917+ricardovdheijden@users.noreply.github.com>
Date: Mon, 6 Jan 2025 18:45:59 +0800
Subject: [PATCH] 1623 Changing color of checkmark to "primary" and the minus
icon to "danger"
---
.../src/components/WfoInsyncIcon/WfoInsyncIcon.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/orchestrator-ui-components/src/components/WfoInsyncIcon/WfoInsyncIcon.tsx b/packages/orchestrator-ui-components/src/components/WfoInsyncIcon/WfoInsyncIcon.tsx
index cdab5d607..78f72f431 100644
--- a/packages/orchestrator-ui-components/src/components/WfoInsyncIcon/WfoInsyncIcon.tsx
+++ b/packages/orchestrator-ui-components/src/components/WfoInsyncIcon/WfoInsyncIcon.tsx
@@ -14,13 +14,13 @@ export const WfoInsyncIcon = ({ inSync }: WfoInsyncIconProps) => {
) : (
);
};