**Describe the bug** setColor() doesn't seem to update the position of the color slider (neither hue, brightness or saturation is updated) **Code snippets** ```java public void setAccentColor(Color accentColor) { accentColorPicker.setColor(accentColor); } ``` 
Describe the bug
setColor() doesn't seem to update the position of the color slider (neither hue, brightness or saturation is updated)
Code snippets