mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-07 10:28:37 +00:00
feat: adaptive light mode
This commit is contained in:
@ -66,7 +66,7 @@ const Chat = ({
|
||||
sendMessage={sendMessage}
|
||||
/>
|
||||
{!isLast && msg.role === 'assistant' && (
|
||||
<div className="h-px w-full bg-[#1C1C1C]" />
|
||||
<div className="h-px w-full bg-secondLight dark:bg-secondDark" />
|
||||
)}
|
||||
</Fragment>
|
||||
);
|
||||
|
Reference in New Issue
Block a user