@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
'@xyflow/system': patch
|
||||||
|
'@xyflow/react': patch
|
||||||
|
'@xyflow/svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix background-color css variable fallback.
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.xy-flow__background {
|
.xy-flow__background {
|
||||||
background-color: var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));
|
background-color: var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));
|
||||||
}
|
}
|
||||||
|
|
||||||
.xy-flow__container {
|
.xy-flow__container {
|
||||||
|
|||||||
Reference in New Issue
Block a user