mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-31 02:01:16 +02:00
Update search helper styling
This commit is contained in:
parent
c281859509
commit
9e4a4ddf39
@ -7,7 +7,7 @@ import {
|
|||||||
} from "@/lib/search/interfaces";
|
} from "@/lib/search/interfaces";
|
||||||
import { BrainIcon } from "../icons/icons";
|
import { BrainIcon } from "../icons/icons";
|
||||||
|
|
||||||
const CLICKABLE_CLASS_NAME = "text-blue-400 cursor-pointer";
|
const CLICKABLE_CLASS_NAME = "text-link cursor-pointer";
|
||||||
const NUM_DOCUMENTS_FED_TO_GPT = 5;
|
const NUM_DOCUMENTS_FED_TO_GPT = 5;
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
@ -89,13 +89,13 @@ export const SearchHelper: React.FC<Props> = (props) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="border border-gray-800 rounded p-3 text-sm">
|
<div className="border border-border rounded p-3 text-sm">
|
||||||
<div className="flex">
|
<div className="flex">
|
||||||
<BrainIcon size={20} />
|
<BrainIcon size={20} />
|
||||||
<b className="ml-2">AI Assistant</b>
|
<b className="ml-2 text-strong">AI Assistant</b>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="mt-1 text-gray-300">{message}</p>
|
<p className="mt-1">{message}</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user