mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 01:09:42 +02:00
#2017 Fix for theme variable border size for requirement box
This commit is contained in:
@@ -18,7 +18,6 @@ const getStyles = options => `
|
|||||||
fill: ${options.requirementBackground};
|
fill: ${options.requirementBackground};
|
||||||
fill-opacity: 100%;
|
fill-opacity: 100%;
|
||||||
stroke: ${options.requirementBorderColor};
|
stroke: ${options.requirementBorderColor};
|
||||||
stroke-size: ${options.requirementBorderSize};
|
|
||||||
stroke-width: ${options.requirementBorderSize};
|
stroke-width: ${options.requirementBorderSize};
|
||||||
}
|
}
|
||||||
.reqLabelBox {
|
.reqLabelBox {
|
||||||
|
Reference in New Issue
Block a user