Skip to content

Commit bee0d83

Browse files
authored
fix: quoted text style in dark mode (#260)
1 parent dc2f395 commit bee0d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/chat/message-user.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export function MessageUser({
155155
</div>
156156
) : (
157157
<MessageContent
158-
className="bg-accent relative max-w-[70%] rounded-3xl px-5 py-2.5"
158+
className="bg-accent prose dark:prose-invert relative max-w-[70%] rounded-3xl px-5 py-2.5"
159159
markdown={true}
160160
ref={contentRef}
161161
components={{

0 commit comments

Comments
 (0)