#1542 Theme adjustments

This commit is contained in:
Knut Sveidqvist
2020-07-19 21:10:52 +02:00
parent 4d280ff010
commit 91da46dd63
14 changed files with 1505 additions and 1091 deletions

View File

@@ -1,11 +1,11 @@
const getStyles = options =>
`.label {
font-family: ${options.fontFamily};
color: #333;
color: ${options.textColor};
}
.label text {
fill: #333;
fill: ${options.textColor};
}
.node rect,