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