diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 32cee565d..f177ab1c0 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -82,30 +82,30 @@ export default function GenericNode({
-
-
+
+
-
+
-
+
{data.node.display_name}
-
+
-
+
+
{validationStatus.params || "" .split("\n") @@ -130,29 +130,29 @@ export default function GenericNode({ ) } > -
+
@@ -161,8 +161,8 @@ export default function GenericNode({
-
-
+
+
{data.node.description}
@@ -221,7 +221,7 @@ export default function GenericNode({
{" "} diff --git a/src/frontend/src/alerts/error/index.tsx b/src/frontend/src/alerts/error/index.tsx index 31980dc6b..93f30484b 100644 --- a/src/frontend/src/alerts/error/index.tsx +++ b/src/frontend/src/alerts/error/index.tsx @@ -39,19 +39,19 @@ export default function ErrorAlert({ removeAlert(id); }, 500); }} - className="mt-6 w-96 cursor-pointer rounded-md bg-error-background p-4 shadow-xl" + className="error-build-message" >
-
-

+

{title}

{list.length !== 0 ? ( -
-
    +
    +
      {list.map((item, index) => (
    • {item}
    • ))} diff --git a/src/frontend/src/alerts/success/index.tsx b/src/frontend/src/alerts/success/index.tsx index 88fc79962..e943feb8c 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="mt-6 w-96 rounded-md bg-success-background p-4 shadow-xl" + className="success-alert" >
      -

      +

      {title}

      diff --git a/src/frontend/src/components/EditFlowSettingsComponent/index.tsx b/src/frontend/src/components/EditFlowSettingsComponent/index.tsx index 7ce5f4f26..4c1d18b75 100644 --- a/src/frontend/src/components/EditFlowSettingsComponent/index.tsx +++ b/src/frontend/src/components/EditFlowSettingsComponent/index.tsx @@ -44,10 +44,10 @@ export const EditFlowSettings: React.FC = ({ return ( <>