diff --git a/web/src/components/canvas/background.tsx b/web/src/components/canvas/background.tsx
index cf7b18f45..1ae99ac76 100644
--- a/web/src/components/canvas/background.tsx
+++ b/web/src/components/canvas/background.tsx
@@ -1,13 +1,11 @@
-import { useIsDarkTheme } from '@/components/theme-provider';
import { Background } from '@xyflow/react';
export function AgentBackground() {
- const isDarkTheme = useIsDarkTheme();
-
return (