refactor(css-vars): prefix with xy and fix bgColor prop closes #3669
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
{nodes}
|
||||
{edges}
|
||||
{nodeTypes}
|
||||
style="--background-color: {$bgColor}"
|
||||
style="--xy-background-color: {$bgColor}"
|
||||
fitView
|
||||
on:connect={onConnect}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user