From 192358822ece765f3b6f786e354213db102f3100 Mon Sep 17 00:00:00 2001 From: dtoro Date: Thu, 12 Mar 2026 12:32:27 +0100 Subject: [PATCH] fix: styles --- frontend/src/components/graph/BaseNode.tsx | 2 +- frontend/src/styles.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/graph/BaseNode.tsx b/frontend/src/components/graph/BaseNode.tsx index e0f562a..5cb6f3d 100644 --- a/frontend/src/components/graph/BaseNode.tsx +++ b/frontend/src/components/graph/BaseNode.tsx @@ -206,7 +206,7 @@ export function BaseNodeFooter({ className, ...props }: ComponentProps<"div">) {