Update spline_editor.js

This commit is contained in:
kijai 2024-05-05 15:18:08 +03:00
parent 38f1d0c08a
commit 84185b35f6

View File

@ -391,7 +391,7 @@ function createSplineEditor(context, reset=false) {
var vis = new pv.Panel()
.width(w)
.height(h)
.fillStyle("var(--comfy-menu-bg)")
.fillStyle("var(--comfy-input-bg)")
.strokeStyle("gray")
.lineWidth(2)
.antialias(false)