Skip to content

Commit 8e1d8c5

Browse files
committed
[bug] fix missing theme accent hsl values in update
1 parent 343bf64 commit 8e1d8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/js/update.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ var update = (function(){
942942
returndata;
943943
},
944944
"5.3.0": function(data){
945+
data.state.theme.accent.hsl=helper.convertColor.rgb.hsl(data.state.theme.accent.rgb);
945946
data.state.theme.custom.all.forEach(function(arrayItem,index){
946947
arrayItem.accent.rgb={
947948
r: arrayItem.accent.r,

0 commit comments

Comments
(0)