mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +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 {
|
||||
stroke: ${options.requirementBorderColor};
|
||||
stroke-width: 1;
|
||||
stroke-width: ${options.requirementBorderSize};
|
||||
}
|
||||
.relationshipLine {
|
||||
stroke: ${options.relationColor};
|
||||
|
Reference in New Issue
Block a user