Highlight marked entries values and slightly deemphasize unselected values
This commit is contained in:
parent
69ac59fb72
commit
da49fe5f42
|
@ -29,6 +29,7 @@ function StolenDataValue({
|
|||
entry.toggleMark();
|
||||
e.stopPropagation();
|
||||
}}
|
||||
style={{ color: entry.isMarked ? "black" : "gray" }}
|
||||
>
|
||||
{body}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user