Skip to content

Commit b338342

Browse files
committed
[bug] fix random accent colour being reflected in accent cta
1 parent ebcdb35 commit b338342

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎js/accent.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var accent = (function(){
5959
path: "theme.accent.current",
6060
newValue: randomColor
6161
});
62+
helper.e(".control-theme-accent-current").value=helper.rgbToHex(randomColor);
6263
};
6364
};
6465

‎js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
varversion=(function(){
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
varcurrent="2.22.0";
4+
varcurrent="2.22.1";
55

66
varcompare=function(a,b){
77
varpa=a.split(".");

0 commit comments

Comments
(0)