We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcdb35 commit b338342Copy full SHA for b338342
2 files changed
js/accent.js
@@ -59,6 +59,7 @@ var accent = (function() {
59
path: "theme.accent.current",
60
newValue: randomColor
61
});
62
+ helper.e(".control-theme-accent-current").value = helper.rgbToHex(randomColor);
63
};
64
65
js/version.js
@@ -1,7 +1,7 @@
1
var version = (function() {
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
- var current = "2.22.0";
+ var current = "2.22.1";
5
6
var compare = function(a, b) {
7
var pa = a.split(".");
0 commit comments