Skip to content

Commit

Permalink
Merge pull request #23 from pyiron/background
Browse files Browse the repository at this point in the history
Revert background color
  • Loading branch information
Tara-Lakshmipathy authored Oct 21, 2024
2 parents fbfa7ff + f38ea1f commit b0429b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyironflow/reactflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_node_dict(node, id_num, key=None):
'type': 'customNode',
'style': {'border': '1px black solid',
'padding': 5,
'background': node.gui_color, # '#1999',
'background': '#1999', # node.gui_color, # This requires Tara's branch of pyiron_workflow
'borderRadius': '10px',
'width': f'{node_width}px'},
'targetPosition': 'left',
Expand Down

0 comments on commit b0429b7

Please sign in to comment.