#2017 Fix for theme variable border size for requirement title line

This commit is contained in:
Ashish Jain 2021-05-03 16:22:54 +02:00
parent 257ed8dc92
commit 5157b2eff4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const getStyles = options => `
.req-title-line {
stroke: ${options.requirementBorderColor};
stroke-width: 1;
stroke-width: ${options.requirementBorderSize};
}
.relationshipLine {
stroke: ${options.relationColor};