mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 17:54:13 +01: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