diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 17131ea7a..eb951ba07 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -147,7 +147,7 @@ export default function GenericNode({ className={classNames( validationStatus && validationStatus.valid ? "w-4 h-4 rounded-full bg-green-500 opacity-100" - : "w-4 h-4 rounded-full bg-gray-500 opacity-0 hidden animate-spin", + : "w-4 h-4 rounded-full bg-ring opacity-0 hidden animate-spin", "absolute w-4 hover:text-gray-500 hover:dark:text-gray-300 transition-all ease-in-out duration-200" )} > @@ -155,7 +155,7 @@ export default function GenericNode({ className={classNames( validationStatus && !validationStatus.valid ? "w-4 h-4 rounded-full bg-red-500 opacity-100" - : "w-4 h-4 rounded-full bg-gray-500 opacity-0 hidden animate-spin", + : "w-4 h-4 rounded-full bg-ring opacity-0 hidden animate-spin", "absolute w-4 hover:text-gray-500 hover:dark:text-gray-300 transition-all ease-in-out duration-200" )} > @@ -163,7 +163,7 @@ export default function GenericNode({ className={classNames( !validationStatus ? "w-4 h-4 rounded-full bg-yellow-500 opacity-100" - : "w-4 h-4 rounded-full bg-gray-500 opacity-0 hidden animate-spin", + : "w-4 h-4 rounded-full bg-ring opacity-0 hidden animate-spin", "absolute w-4 hover:text-gray-500 hover:dark:text-gray-300 transition-all ease-in-out duration-200" )} > diff --git a/src/frontend/src/modals/NodeModal/index.tsx b/src/frontend/src/modals/NodeModal/index.tsx index 9976e5a57..7f1344daa 100644 --- a/src/frontend/src/modals/NodeModal/index.tsx +++ b/src/frontend/src/modals/NodeModal/index.tsx @@ -45,7 +45,7 @@ export default function NodeModal({ data }: { data: NodeDataType }) { leaveFrom="opacity-100" leaveTo="opacity-0" > -
+