Skip to content

Commit b864b96

Browse files
xiaohanwu520Innei
andauthored
fix: add say background (#319)
* Fix: Add chat background * Fix: Add chat background * update Signed-off-by: Innei <[email protected]> --------- Signed-off-by: Innei <[email protected]> Co-authored-by: Innei <[email protected]>
1 parent 82690a1 commit b864b96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/app/(app)/thinking/page.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,13 @@ const List = () => {
209209
</span>
210210
</div>
211211

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

215221
{!!item.ref && (

0 commit comments

Comments
 (0)