feat(client): add base styles for edges and handles
This commit is contained in:
7
client/src/components/nodes/defaultHandleStyle.ts
Normal file
7
client/src/components/nodes/defaultHandleStyle.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
const DEFAULT_HANDLE_STYLE = {
|
||||
width: 8,
|
||||
height: 8,
|
||||
backgroundColor: "#BDBDBD",
|
||||
};
|
||||
|
||||
export default DEFAULT_HANDLE_STYLE;
|
Reference in New Issue
Block a user