Skip to content

Commit

Permalink
fix arrow color
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Sep 26, 2019
1 parent d01c161 commit 4349fd4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -62,6 +62,7 @@ const style: cytoscape.Stylesheet[] = [
style: {
'curve-style': 'bezier',
'line-color': theme.euiColorMediumShade,
'target-arrow-color': theme.euiColorMediumShade,
'target-arrow-shape': 'triangle',
// The DefinitelyTyped definitions don't specify this property since it's
// fairly new.
Expand Down

0 comments on commit 4349fd4

Please sign in to comment.