mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-07-09 17:28:35 +00:00
fix/update hover style for link under request box
This commit is contained in:
parent
d41ce04928
commit
54c24e45b9
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export const MarkDown = ({
|
|||
a: ({ children, href }) => (
|
||||
<a
|
||||
href={href}
|
||||
className="text-ds-text-neutral-default-default hover:text-ds-text-neutral-default-hover break-all underline"
|
||||
className="text-ds-text-neutral-default-default hover:text-ds-text-neutral-muted-default break-all underline"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue