mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
#1865 Making title color woitk when htmnlLabels are used (separated css rules for cluster text and span)
This commit is contained in:
@@ -55,8 +55,11 @@ const getStyles = options =>
|
||||
stroke-width: 1px;
|
||||
}
|
||||
|
||||
.cluster text,span {
|
||||
.cluster text {
|
||||
fill: ${options.titleColor};
|
||||
}
|
||||
|
||||
.cluster span {
|
||||
color: ${options.titleColor};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user