From 1b5c3d5676e2eb32296196ac9b1ca3034311d666 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 15 Mar 2025 22:53:38 +0800 Subject: [PATCH] style: Update colors and button styles in PropertiesView component --- .../src/components/graph/PropertiesView.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lightrag_webui/src/components/graph/PropertiesView.tsx b/lightrag_webui/src/components/graph/PropertiesView.tsx index 93c10b24..65712a19 100644 --- a/lightrag_webui/src/components/graph/PropertiesView.tsx +++ b/lightrag_webui/src/components/graph/PropertiesView.tsx @@ -221,25 +221,25 @@ const NodePropertiesView = ({ node }: { node: NodeType }) => { return (
- -
+ +
@@ -254,7 +254,7 @@ const NodePropertiesView = ({ node }: { node: NodeType }) => { />
- +
{Object.keys(node.properties) .sort() @@ -264,7 +264,7 @@ const NodePropertiesView = ({ node }: { node: NodeType }) => {
{node.relationships.length > 0 && ( <> -