🐛(front) fix link color in LeftPanelConversationItem component

fix link color component for default theme
This commit is contained in:
Berry den Hartog
2026-01-12 16:53:21 +01:00
committed by Eléonore Voisin
parent f3680b6905
commit 174e1ca751
@@ -58,7 +58,7 @@ export const LeftPanelConversationItem = ({
>
<StyledLink
href={`/chat/${conversation.id}/`}
$css="overflow: auto; flex-grow: 1;"
$css="overflow: auto; flex-grow: 1; color: var(--c--theme--colors--greyscale-900);"
onClick={handleLinkClick}
>
<SimpleConversationItem showAccesses conversation={conversation} />