Fix for legacy class Diagram title for class bold styling

This commit is contained in:
Ashish Jain
2020-09-07 13:33:08 +02:00
parent a82c53dd2e
commit c95b9ffc43

View File

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