Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fix: color of list marker should be darker
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Nov 4, 2023
1 parent c9d1d2c commit 6a6092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/chat-window/compnent/my-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const MyText: React.FC<TextProps> = ({messageSnap, theme}) => {
)}>

<div className={cx("leading-snug",
"prose-pre:p-0 prose-pre:pt-3"
"prose-pre:p-0 prose-pre:pt-3 prose-li:marker:text-neutral-600"
)}>
{messageSnap.role === 'assistant' ?
<MDText text={messageSnap.text}/>
Expand Down

0 comments on commit 6a6092b

Please sign in to comment.