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
1 changed files with 4 additions and 1 deletions

View File

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