fix(svelte): background lines

This commit is contained in:
moklick
2023-09-27 17:26:51 +02:00
parent 335e116d44
commit 2215b68438
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -276,14 +276,14 @@
}
.xy-flow__background-pattern {
&.dot {
&.dots {
fill: var(
--background-pattern-color-props,
var(--background-pattern-color, var(--background-pattern-dot-color-default))
);
}
&.line {
&.lines {
stroke: var(
--background-pattern-color-props,
var(--background-pattern-color, var(--background-pattern-line-color-default))