diff --git a/web/src/components/Editor/JSONViewer.tsx b/web/src/components/Editor/JSONViewer.tsx
index b1b966d7fb..26f39f2d2d 100644
--- a/web/src/components/Editor/JSONViewer.tsx
+++ b/web/src/components/Editor/JSONViewer.tsx
@@ -39,7 +39,7 @@ const JSONViewerStyle: any = {
color: "#954121",
},
"hljs-number": {
- color: "#b0caa4",
+ color: "#01A99D",
},
"hljs-string": {
color: "#0451a5",
diff --git a/web/src/pages/app/database/CollectionListPanel/index.tsx b/web/src/pages/app/database/CollectionListPanel/index.tsx
index 2009d01ef3..f9655b5a34 100644
--- a/web/src/pages/app/database/CollectionListPanel/index.tsx
+++ b/web/src/pages/app/database/CollectionListPanel/index.tsx
@@ -103,8 +103,8 @@ export default function CollectionListPanel() {
store.setCurrentDB(db);
}}
>
-
-
+
+
{db.name}
diff --git a/web/src/pages/app/database/PolicyListPanel/index.tsx b/web/src/pages/app/database/PolicyListPanel/index.tsx
index d13e4beb5f..d1360d4808 100644
--- a/web/src/pages/app/database/PolicyListPanel/index.tsx
+++ b/web/src/pages/app/database/PolicyListPanel/index.tsx
@@ -56,8 +56,8 @@ export default function PolicyListPanel() {
store.setCurrentPolicy(item);
}}
>
-
-
+
+
{item.name}
diff --git a/web/src/pages/app/functions/mods/FunctionPanel/index.tsx b/web/src/pages/app/functions/mods/FunctionPanel/index.tsx
index def4eb943c..16a13d5160 100644
--- a/web/src/pages/app/functions/mods/FunctionPanel/index.tsx
+++ b/web/src/pages/app/functions/mods/FunctionPanel/index.tsx
@@ -190,14 +190,14 @@ export default function FunctionList() {
navigate(`/app/${currentApp?.appid}/${Pages.function}/${func?.name}`);
}}
>
-
+
{func?.name}
{functionCache.getCache(func?.id, func?.source?.code) !==
func?.source?.code && (
-
+
)}