#2017 Fix for theme variable border size for requirement box

This commit is contained in:
Ashish Jain
2021-05-03 16:19:00 +02:00
parent 83754410f3
commit 34bd9b58e8

View File

@@ -19,6 +19,7 @@ const getStyles = options => `
fill-opacity: 100%; fill-opacity: 100%;
stroke: ${options.requirementBorderColor}; stroke: ${options.requirementBorderColor};
stroke-size: ${options.requirementBorderSize}; stroke-size: ${options.requirementBorderSize};
stroke-width: ${options.requirementBorderSize};
} }
.reqLabelBox { .reqLabelBox {
fill: ${options.relationLabelBackground}; fill: ${options.relationLabelBackground};