diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index e2c651519..126e81c30 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -121,12 +121,12 @@ export default function ParameterComponent({ return (
+
{dropItem.title}
@@ -133,7 +133,7 @@ export default function SingleAlert({ />
+
{dropItem.title}
{title}
+{title}
{link !== "" ? ( Details diff --git a/src/frontend/src/alerts/success/index.tsx b/src/frontend/src/alerts/success/index.tsx index 391a5831f..f62d9e3a9 100644 --- a/src/frontend/src/alerts/success/index.tsx +++ b/src/frontend/src/alerts/success/index.tsx @@ -34,17 +34,17 @@ export default function SuccessAlert({ setShow(false); removeAlert(id); }} - className="rounded-md w-96 mt-6 shadow-xl bg-light-green dark:bg-dark-green p-4" + className="rounded-md w-96 mt-6 shadow-xl bg-success-background dark:bg-success-foreground p-4" >
+
{title}
+
Please click the 'Reset Application' button to restore the application's state. If the error persists, please create an issue on our GitHub page. We apologize for any inconvenience this may have @@ -14,7 +14,7 @@ export default function CrashErrorComponent({ error, resetErrorBoundary }) {