From 76351590b2ad973f61258a895934f083d077d992 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 2 Apr 2025 23:45:14 +0800 Subject: [PATCH] Update UI component styling in dark mode --- lightrag_webui/src/components/ui/Checkbox.tsx | 2 +- lightrag_webui/src/components/ui/Input.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag_webui/src/components/ui/Checkbox.tsx b/lightrag_webui/src/components/ui/Checkbox.tsx index 36ebe6e0..c9d4fafe 100644 --- a/lightrag_webui/src/components/ui/Checkbox.tsx +++ b/lightrag_webui/src/components/ui/Checkbox.tsx @@ -11,7 +11,7 @@ const Checkbox = React.forwardRef< >(