added metrics for snapshot
Reviewed By: lblasa Differential Revision: D39886448 fbshipit-source-id: b229f6947d199026c6e4bdc89def6ac0a0fa9d0a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4442c8599d
commit
78e84a0cc3
@@ -164,6 +164,7 @@ function Visualization2DNode({
|
||||
top: toPx(bounds.y),
|
||||
width: toPx(bounds.width),
|
||||
height: toPx(bounds.height),
|
||||
opacity: isSelected || isHovered ? 0.5 : 1,
|
||||
backgroundColor: isSelected
|
||||
? theme.primaryColor
|
||||
: isHovered
|
||||
|
||||
Reference in New Issue
Block a user