@@ -6,6 +6,7 @@ class ColorPicker extends UIObject
this.P5Element = createColorPicker(color);
this.setPosition(0, 0);
+ this.setStyle(DEFAULT_STYLE);
this.connectCallbacks();
}