Apply tag text color to ellipsis (#4536)
This commit is contained in:
parent
9dd3807683
commit
2d32efbccd
2 changed files with 2 additions and 9 deletions
|
@ -213,7 +213,6 @@ class TagList extends React.PureComponent {
|
|||
}
|
||||
|
||||
if (tag.color) {
|
||||
props.style.color = tag.color;
|
||||
props['data-color'] = tag.color.toLowerCase();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue