#2017 Fix for theme variable border size for requirement box

This commit is contained in:
Ashish Jain 2021-05-03 16:21:47 +02:00
parent 34bd9b58e8
commit ea12f5b2ec
1 changed files with 0 additions and 1 deletions

View File

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