#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

View File

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