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() var vis = new pv.Panel()
.width(w) .width(w)
.height(h) .height(h)
.fillStyle("var(--comfy-menu-bg)") .fillStyle("var(--comfy-input-bg)")
.strokeStyle("gray") .strokeStyle("gray")
.lineWidth(2) .lineWidth(2)
.antialias(false) .antialias(false)