Skip to content

Commit

Permalink
set background opacity of labels to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Sep 30, 2019
1 parent f01450c commit cf547b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const style: cytoscape.Stylesheet[] = [
shape: (el: cytoscape.NodeSingular) =>
isDatabaseOrExternal(el.data('agentName')) ? 'diamond' : 'ellipse',
'text-background-color': theme.euiColorLightestShade,
'text-background-opacity': 1,
'text-background-opacity': 0,
'text-background-padding': theme.paddingSizes.xs,
'text-background-shape': 'roundrectangle',
'text-margin-y': theme.paddingSizes.s,
Expand Down

0 comments on commit cf547b3

Please sign in to comment.