Compare commits

...

2 Commits

Author SHA1 Message Date
pablonyx
d7621f1717 quick additional nit 2025-02-26 09:04:55 -08:00
pablonyx
c41ae178d8 quick nit 2025-02-25 18:15:45 -08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -623,10 +623,10 @@ export function SlackChannelConfigFormFields({
</div>
</TooltipTrigger>
<TooltipContent side="top" className="bg-white p-4 w-80">
<Label className="text-text mb-2 font-semibold">
<Label className="text-neutral-800 dark:text-text mb-2 font-semibold">
Privacy Alert
</Label>
<p className="text-sm text-text-darker mb-4">
<p className="text-sm text-neutral-800 dark:text-text-darker mb-4">
Please note that at least one of the documents accessible by
your OnyxBot is marked as private and may contain sensitive
information. These documents will be accessible to all users

View File

@@ -15,8 +15,8 @@ export function ChatSearchGroup({
}: ChatSearchGroupProps) {
return (
<div className="mb-4">
<div className="sticky -top-1 mt-1 z-10 bg-[#fff]/90 dark:bg-gray-800/90 py-2 px-4 px-4">
<div className="text-xs font-medium leading-4 text-gray-600 dark:text-gray-400">
<div className="sticky -top-1 mt-1 z-10 bg-[#fff]/90 dark:bg-neutral-800/90 py-2 px-4 px-4">
<div className="text-xs font-medium leading-4 text-neutral-600 dark:text-neutral-400">
{title}
</div>
</div>