diff --git a/lightrag_webui/src/App.tsx b/lightrag_webui/src/App.tsx
index e2228359..b8ae023d 100644
--- a/lightrag_webui/src/App.tsx
+++ b/lightrag_webui/src/App.tsx
@@ -189,7 +189,7 @@ function App() {
{/* Loading indicator in content area */}
diff --git a/lightrag_webui/src/components/graph/GraphSearch.tsx b/lightrag_webui/src/components/graph/GraphSearch.tsx
index 69fabb28..5971bddb 100644
--- a/lightrag_webui/src/components/graph/GraphSearch.tsx
+++ b/lightrag_webui/src/components/graph/GraphSearch.tsx
@@ -204,7 +204,7 @@ export const GraphSearchInput = ({
return (
item.id}
diff --git a/lightrag_webui/src/features/GraphViewer.tsx b/lightrag_webui/src/features/GraphViewer.tsx
index 5649f1e7..ec7678d9 100644
--- a/lightrag_webui/src/features/GraphViewer.tsx
+++ b/lightrag_webui/src/features/GraphViewer.tsx
@@ -248,7 +248,7 @@ const GraphViewer = () => {
{(isFetching || isThemeSwitching) && (
-
+
{isThemeSwitching ? 'Switching Theme...' : 'Loading Graph Data...'}