Update spline_editor.js

This commit is contained in:
kijai 2024-05-05 15:40:06 +03:00
parent 84185b35f6
commit 8e72028948

View File

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