feat(client): add base styles for edges and handles

This commit is contained in:
2025-07-07 23:41:29 +05:00
parent 91c8efe13f
commit 443293d420
3 changed files with 43 additions and 27 deletions

View File

@@ -0,0 +1,7 @@
const DEFAULT_HANDLE_STYLE = {
width: 8,
height: 8,
backgroundColor: "#BDBDBD",
};
export default DEFAULT_HANDLE_STYLE;