update(ui): re-manage theme config
This commit is contained in:
parent
d46a844df8
commit
a5978d544c
17 changed files with 73 additions and 47 deletions
|
@ -66,7 +66,7 @@ const Chat = ({
|
|||
sendMessage={sendMessage}
|
||||
/>
|
||||
{!isLast && msg.role === 'assistant' && (
|
||||
<div className="h-px w-full bg-secondLight dark:bg-secondDark" />
|
||||
<div className="h-px w-full bg-light-secondary dark:bg-dark-secondary" />
|
||||
)}
|
||||
</Fragment>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue