update(MessageSources): source block's mark point adapt light mode

which is before the number in bottom-right corner
This commit is contained in:
WanQuanXie 2024-05-28 07:57:59 +08:00
parent 943458440c
commit 62c7f535db
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ const MessageSources = ({ sources }: { sources: Document[] }) => {
</p>
</div>
<div className="flex flex-row items-center space-x-1 text-black/50 dark:text-white/50 text-xs">
<div className="bg-white/50 h-[4px] w-[4px] rounded-full" />
<div className="bg-black/50 dark:bg-white/50 h-[4px] w-[4px] rounded-full" />
<span>{i + 1}</span>
</div>
</div>
@ -115,7 +115,7 @@ const MessageSources = ({ sources }: { sources: Document[] }) => {
</p>
</div>
<div className="flex flex-row items-center space-x-1 text-black/50 dark:text-white/50 text-xs">
<div className="bg-white/50 h-[4px] w-[4px] rounded-full" />
<div className="bg-black/50 dark:bg-white/50 h-[4px] w-[4px] rounded-full" />
<span>{i + 1}</span>
</div>
</div>