diff --git a/src/components/gui/sidebar/saved-doc-tab/index.tsx b/src/components/gui/sidebar/saved-doc-tab/index.tsx index bbdffe5..aad9e0b 100644 --- a/src/components/gui/sidebar/saved-doc-tab/index.tsx +++ b/src/components/gui/sidebar/saved-doc-tab/index.tsx @@ -156,8 +156,8 @@ export default function SavedDocTab() { {dialog}
-
-

Queries

+
+

Queries

@@ -166,7 +166,7 @@ export default function SavedDocTab() { buttonVariants({ size: "icon", }), - "rounded-full h-8 w-8" + "rounded-full h-8 w-8 bg-neutral-800 dark:bg-neutral-200" )} > diff --git a/src/components/gui/tabs/table-data-tab.tsx b/src/components/gui/tabs/table-data-tab.tsx index a625fc0..909a118 100644 --- a/src/components/gui/tabs/table-data-tab.tsx +++ b/src/components/gui/tabs/table-data-tab.tsx @@ -209,7 +209,7 @@ export default function TableDataWindow({ )} -
+
-
+
@@ -332,7 +332,7 @@ export default function TableDataWindow({ } }} style={{ width: 50 }} - className="p-1 pl-2 pr-2 bg-gray-100 dark:bg-gray-800 rounded text-xs h-full" + className="p-1 pl-2 pr-2 bg-neutral-200 dark:bg-neutral-800 rounded text-xs h-full" alt="Offset" /> @@ -350,7 +350,6 @@ export default function TableDataWindow({ /> -
{loading && }