export const OpNodeStyle = ` stroke-width: 3px; opacity: 0.1; rx: 10; ry: 10; stroke: #333; stroke-color: #41b3a3; fill: #008c99; `; export const OutputNodeStyle = ` opacity: 0.1; stroke-width: 3px; stroke-dasharray: 5, 5; stroke: #333; stroke-color: #41b3a3; fill: #015249; `; export const InputNodeStyle = ` opacity: 0.1; stroke-width: 3px; stroke: #333; stroke-color: #41b3a3; fill: #6c648b; `;