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

View File

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