mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-03 15:46:43 +02:00
Minor change.
This commit is contained in:
@@ -58,7 +58,7 @@ const getStyles = (options) =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
.grid .tick text {
|
.grid .tick text {
|
||||||
font-family: var(--mermaid-font-family), trebuchet ms, verdana, arial, sans-serif;
|
font-family: ${options.fontFamily};
|
||||||
fill: ${options.textColor};
|
fill: ${options.textColor};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user