mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
#2017 Fix for theme variable border size for requirement box
This commit is contained in:
@@ -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};
|
||||||
|
Reference in New Issue
Block a user