mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 03:19:42 +02:00
Fix font weight for messages in sequence diagrams
This commit is contained in:
@@ -45,7 +45,7 @@ const getStyles = (options) =>
|
|||||||
|
|
||||||
.messageText {
|
.messageText {
|
||||||
fill: ${options.signalTextColor};
|
fill: ${options.signalTextColor};
|
||||||
stroke: ${options.signalTextColor};
|
stroke: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labelBox {
|
.labelBox {
|
||||||
|
Reference in New Issue
Block a user