diff --git a/webapp/src/components/link_tooltip/link_tooltip.jsx b/webapp/src/components/link_tooltip/link_tooltip.jsx index 70bcd2cb0..4ba3dc9aa 100644 --- a/webapp/src/components/link_tooltip/link_tooltip.jsx +++ b/webapp/src/components/link_tooltip/link_tooltip.jsx @@ -86,6 +86,7 @@ export const LinkTooltip = ({href, connected, show, theme}) => { if (data) { let date = new Date(data.created_at); date = date.toDateString(); + return (
{ key={idx} className='label mr-1' title={label.description} - style={{backgroundColor: '#' + label.color}} + style={{backgroundColor: '#' + label.color, color: getLabelFontColor(label.color)}} > - {label.name} + {label.name} ); })}