diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index e5b128f56..460bf841c 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -383,14 +383,14 @@ export default function GenericNode({ ) } > -
+
diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 687bc8f71..1af0e0f0b 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -290,7 +290,7 @@ @apply hidden h-4 w-4 animate-spin rounded-full bg-ring opacity-0; } .generic-node-status { - @apply opacity-100; + @apply opacity-100 animate-wiggle; } .green-status { @apply generic-node-status text-status-green fill-status-green; @@ -302,7 +302,7 @@ @apply generic-node-status text-status-yellow fill-status-yellow; } .status-build-animation { - @apply hidden animate-spin text-ring opacity-0; + @apply opacity-0; } .status-div { @apply absolute w-4 duration-200 ease-in-out;