#2017 Added useage of theme variable requirementTextColor

This commit is contained in:
Ashish Jain
2021-05-03 16:22:25 +02:00
parent ea12f5b2ec
commit 257ed8dc92

View File

@@ -20,6 +20,10 @@ const getStyles = options => `
stroke: ${options.requirementBorderColor};
stroke-width: ${options.requirementBorderSize};
}
.reqTitle, .reqLabel{
fill: ${options.requirementTextColor};
}
.reqLabelBox {
fill: ${options.relationLabelBackground};
fill-opacity: 100%;