Highlight marked entries values and slightly deemphasize unselected values

This commit is contained in:
Kuba Orlik 2021-11-24 22:04:15 +01:00
parent 69ac59fb72
commit da49fe5f42
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ function StolenDataValue({
entry.toggleMark();
e.stopPropagation();
}}
style={{ color: entry.isMarked ? "black" : "gray" }}
>
{body}
</div>