mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-23 13:40:48 +01:00
[bug] fix random accent colour being reflected in accent cta
This commit is contained in:
parent
ebcdb3571c
commit
b3383425e0
@ -59,6 +59,7 @@ var accent = (function() {
|
||||
path: "theme.accent.current",
|
||||
newValue: randomColor
|
||||
});
|
||||
helper.e(".control-theme-accent-current").value = helper.rgbToHex(randomColor);
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
var version = (function() {
|
||||
|
||||
// version is normally bumped when the state needs changing or any new functionality is added
|
||||
var current = "2.22.0";
|
||||
var current = "2.22.1";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
Loading…
Reference in New Issue
Block a user