feat: changed startNode to use custom type for data
changed to startNode file to be a general file for custom node types, and created a custom type for the data property of StartNode. BREAKING: renamed StartNode.tsx to NodeDefinitions.tsx ref: N25B-114
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
.default-node {
|
||||
padding: 10px 20px;
|
||||
background-color: white;
|
||||
outline-style: solid;
|
||||
border-radius: 5pt;
|
||||
outline-width: 1pt;
|
||||
}
|
||||
Reference in New Issue
Block a user