diff --git a/frontend/src/lib/components/flows/content/FlowModuleScript.svelte b/frontend/src/lib/components/flows/content/FlowModuleScript.svelte index 225a6f8340..b1352e3170 100644 --- a/frontend/src/lib/components/flows/content/FlowModuleScript.svelte +++ b/frontend/src/lib/components/flows/content/FlowModuleScript.svelte @@ -73,7 +73,7 @@ left: 0; right: 0; height: 100px; - background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2e3440); + background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(var(--color-surface))); pointer-events: none; }