Skip to content

Commit

Permalink
change underlay padding to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
d2fong committed Jun 1, 2022
1 parent b657632 commit ec0a386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const highlight = {
css: {
opacity: 1.0,
'underlay-color': '#C51162',
'underlay-padding': 4,
'underlay-padding': 5,
'underlay-opacity': 0.4,
'underlay-shape': node => {
const shape = node.style('shape');
Expand Down

0 comments on commit ec0a386

Please sign in to comment.