Correct positioning for class title

This commit is contained in:
Ashish Jain
2020-07-22 21:25:01 +02:00
parent c9d4cac3ff
commit 71af9741cc
3 changed files with 22 additions and 1 deletions

View File

@@ -10,6 +10,16 @@ const getStyles = options =>
font-weight: bolder;
}
}
.node rect,
.node circle,
.node ellipse,
.node polygon,
.node path {
fill: ${options.mainBkg};
stroke: ${options.nodeBorder};
stroke-width: 1px;
}
.divider {
stroke: ${options.nodeBorder};