Skip to content

Commit

Permalink
fix source color
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Nov 29, 2024
1 parent d5fb6ab commit 0c49c76
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/screens/cloud-panel/pages/Chat/message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ export function ChatMessage({
/>
}
>
<Link href={item.url}>{item.title}</Link>
<Link
href={item.url}
c="bright"
>
{item.title}
</Link>
</List.Item>
))}
</List>
Expand Down

0 comments on commit 0c49c76

Please sign in to comment.