From 2a3fafa1cc3603e91c2978c8b0cee7a3c235f21a Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 20 Mar 2025 11:31:36 +0800 Subject: [PATCH] Added dark mode styles for node property buttons --- lightrag_webui/src/components/graph/PropertiesView.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lightrag_webui/src/components/graph/PropertiesView.tsx b/lightrag_webui/src/components/graph/PropertiesView.tsx index f7a61583..627049ea 100644 --- a/lightrag_webui/src/components/graph/PropertiesView.tsx +++ b/lightrag_webui/src/components/graph/PropertiesView.tsx @@ -218,20 +218,20 @@ const NodePropertiesView = ({ node }: { node: NodeType }) => {