diff --git a/front/components/ContentNodeTree.tsx b/front/components/ContentNodeTree.tsx index 1060ae31ad42..fd4406ba5492 100644 --- a/front/components/ContentNodeTree.tsx +++ b/front/components/ContentNodeTree.tsx @@ -227,7 +227,7 @@ function ContentNodeTreeChildren({ n.sourceUrl ? "" : "pointer-events-none opacity-0" )} disabled={!n.sourceUrl} - variant="ghost" + variant="outline" /> {onDocumentViewClick && ( } diff --git a/front/components/assistant_builder/DataSourceSelectionSection.tsx b/front/components/assistant_builder/DataSourceSelectionSection.tsx index fa52a2d12184..3eabc1ca0eda 100644 --- a/front/components/assistant_builder/DataSourceSelectionSection.tsx +++ b/front/components/assistant_builder/DataSourceSelectionSection.tsx @@ -142,7 +142,7 @@ export default function DataSourceSelectionSection({ : "pointer-events-none opacity-0" )} disabled={!node.sourceUrl} - variant="ghost" + variant="outline" />