Fix for class title label css

This commit is contained in:
Ashish Jain
2020-08-27 20:43:37 +02:00
parent 7164eaa8b1
commit b244118fd9
4 changed files with 8 additions and 5 deletions

View File

@@ -6,9 +6,11 @@ const getStyles = options =>
font-family: ${options.fontFamily};
font-size: 10px;
.title {
font-weight: bolder;
}
}
.classTitle {
font-weight: bolder;
}
.node rect,
.node circle,