mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
#1865 Making title color woitk when htmnlLabels are used
This commit is contained in:
@@ -55,8 +55,9 @@ const getStyles = options =>
|
||||
stroke-width: 1px;
|
||||
}
|
||||
|
||||
.cluster text {
|
||||
.cluster text,span {
|
||||
fill: ${options.titleColor};
|
||||
color: ${options.titleColor};
|
||||
}
|
||||
|
||||
div.mermaidTooltip {
|
||||
|
Reference in New Issue
Block a user