Minor change.

This commit is contained in:
saurabhg772244 2025-01-21 15:32:53 +05:30
parent 32a68d489e
commit 46c16c963b

View File

@ -58,7 +58,7 @@ const getStyles = (options) =>
}
.grid .tick text {
font-family: var(--mermaid-font-family), trebuchet ms, verdana, arial, sans-serif;
font-family: ${options.fontFamily};
fill: ${options.textColor};
}