+
{icon}
{label}
@@ -176,7 +176,7 @@ export function UserDropdown({
border
border-border
bg-background
- dark:bg-[#2F2F2F]
+ dark:bg-neutral-800
rounded-lg
shadow-lg
flex
diff --git a/web/src/components/admin/CardSection.tsx b/web/src/components/admin/CardSection.tsx
index 68dbef2ba5c..a8dc9c21bc9 100644
--- a/web/src/components/admin/CardSection.tsx
+++ b/web/src/components/admin/CardSection.tsx
@@ -11,7 +11,7 @@ export default function CardSection({
return (
diff --git a/web/src/components/admin/ClientLayout.tsx b/web/src/components/admin/ClientLayout.tsx
index 54b49487cb0..e1d5ba4b65f 100644
--- a/web/src/components/admin/ClientLayout.tsx
+++ b/web/src/components/admin/ClientLayout.tsx
@@ -457,7 +457,7 @@ export function ClientLayout({
)}
-
+
-
+
{assistant.name}
{assistant.tools.map((tool, index) => (
diff --git a/web/src/components/embedding/EmbeddingSidebar.tsx b/web/src/components/embedding/EmbeddingSidebar.tsx
index e474b58ecef..ca08e56fd8e 100644
--- a/web/src/components/embedding/EmbeddingSidebar.tsx
+++ b/web/src/components/embedding/EmbeddingSidebar.tsx
@@ -48,7 +48,7 @@ export default function EmbeddingSidebar() {
diff --git a/web/src/components/embedding/FailedReIndexAttempts.tsx b/web/src/components/embedding/FailedReIndexAttempts.tsx
index 1b34672ca19..8e1c73c71f8 100644
--- a/web/src/components/embedding/FailedReIndexAttempts.tsx
+++ b/web/src/components/embedding/FailedReIndexAttempts.tsx
@@ -35,7 +35,7 @@ export function FailedReIndexAttempts({
return (
-
+
Failed Re-indexing Attempts
diff --git a/web/src/components/extension/Shortcuts.tsx b/web/src/components/extension/Shortcuts.tsx
index 41f33003cd2..20b2e5444d9 100644
--- a/web/src/components/extension/Shortcuts.tsx
+++ b/web/src/components/extension/Shortcuts.tsx
@@ -36,15 +36,15 @@ export const ShortCut = ({
const [faviconError, setFaviconError] = useState(false);
return (
-
+
window.open(shortCut.url, "_blank")}
@@ -61,10 +61,10 @@ export const ShortCut = ({
onError={() => setFaviconError(true)}
/>
) : (
-
+
)}
-
+
{shortCut.name}
@@ -80,10 +80,10 @@ export const AddShortCut = ({
return (
);
};
@@ -145,7 +145,7 @@ export const NewShortCutModal = ({
return (
@@ -184,7 +184,7 @@ export const NewShortCutModal = ({
id="url"
value={url}
onChange={handleUrlChange}
- className={`bg-background-800 border-background-700 text-[#fff] ${
+ className={`bg-background-800 border-background-700 text-white ${
!isValidUrl && url ? "border-red-500" : ""
}`}
placeholder="https://example.com"
@@ -216,7 +216,7 @@ export const NewShortCutModal = ({
)}
-
+
Assistants
(
diff --git a/web/src/components/sidebar/PagesTab.tsx b/web/src/components/sidebar/PagesTab.tsx
index c433968a7d9..43ac25b4b7b 100644
--- a/web/src/components/sidebar/PagesTab.tsx
+++ b/web/src/components/sidebar/PagesTab.tsx
@@ -330,7 +330,7 @@ export function PagesTab({