diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index 3018b40c0..a9dfc0c1a 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -230,11 +230,8 @@ The cursor: default; property value restores the browser's default cursor style .components-disclosure-arrangement { @apply -mt-px flex w-full select-none items-center justify-between border-y border-y-input bg-muted px-3 py-2 } - .text-color { - @apply text-primary - } .components-disclosure-title { - @apply flex items-center text-sm text-color + @apply flex items-center text-sm text-primary } .components-disclosure-div { @apply flex gap-2 @@ -249,11 +246,7 @@ The cursor: default; property value restores the browser's default cursor style .logspace-page-icon:hover { @apply hover:h-12 } - - .logspace-icon-text { - @apply mt-1 - } - + .flex-max-width { @apply flex w-full } diff --git a/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx index aa6da9f96..a35b8163e 100644 --- a/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/DisclosureComponent/index.tsx @@ -14,7 +14,7 @@ export default function DisclosureComponent({
- + {title} diff --git a/src/frontend/src/pages/FlowPage/index.tsx b/src/frontend/src/pages/FlowPage/index.tsx index 8ff6c708a..7f9f2a214 100644 --- a/src/frontend/src/pages/FlowPage/index.tsx +++ b/src/frontend/src/pages/FlowPage/index.tsx @@ -31,7 +31,7 @@ export default function FlowPage() { href="https://logspace.ai/" className="logspace-page-icon" > - {version &&
⛓️ LangFlow v{version}
} + {version &&
⛓️ LangFlow v{version}
}
Created by Logspace