Apply tag text color to ellipsis (#4536)

This commit is contained in:
Abe Jellinek 2024-08-08 20:54:10 -06:00 committed by GitHub
parent 9dd3807683
commit 2d32efbccd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 9 deletions

View file

@ -213,7 +213,6 @@ class TagList extends React.PureComponent {
}
if (tag.color) {
props.style.color = tag.color;
props['data-color'] = tag.color.toLowerCase();
}