Skip to content

Commit

Permalink
fix: add say background (#319)
Browse files Browse the repository at this point in the history
* Fix: Add chat background

* Fix: Add chat background

* update

Signed-off-by: Innei <i@innei.in>

---------

Signed-off-by: Innei <i@innei.in>
Co-authored-by: Innei <i@innei.in>
  • Loading branch information
xiaohanwu520 and Innei authored Mar 27, 2024
1 parent 82690a1 commit b864b96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/(app)/thinking/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,13 @@ const List = () => {
</span>
</div>

<div className="my-4 leading-relaxed">
<div
className={clsx(
'relative inline-block rounded-xl px-2 py-1 text-zinc-800 dark:text-zinc-200',
'rounded-tl-sm bg-zinc-600/5 dark:bg-zinc-500/20',
'max-w-[calc(100%-3rem)]',
)}
>
<Markdown allowsScript>{item.content}</Markdown>

{!!item.ref && (
Expand Down

0 comments on commit b864b96

Please sign in to comment.