Skip to content

Commit 4593630

Browse files
authored
Fix color setting logic for background
1 parent 32152b1 commit 4593630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ctrlpad/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
r: 20
4646
}) // The Outer Shape
4747

48-
.setColor(g.theme.bg == "0" ? "#000" : g.theme.bg)
48+
.setColor(g.theme.bg)
4949
.fillRect({
5050
x: border,
5151
y: border,

0 commit comments

Comments
 (0)