mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +02:00
#2017 Fix for theme variable border size for requirement title line
This commit is contained in:
@@ -31,7 +31,7 @@ const getStyles = options => `
|
|||||||
|
|
||||||
.req-title-line {
|
.req-title-line {
|
||||||
stroke: ${options.requirementBorderColor};
|
stroke: ${options.requirementBorderColor};
|
||||||
stroke-width: 1;
|
stroke-width: ${options.requirementBorderSize};
|
||||||
}
|
}
|
||||||
.relationshipLine {
|
.relationshipLine {
|
||||||
stroke: ${options.relationColor};
|
stroke: ${options.relationColor};
|
||||||
|
Reference in New Issue
Block a user