[SSE] Bugfix (#399)

This commit is contained in:
Julia Radzhabova 2020-05-18 16:19:36 +03:00 committed by GitHub
parent 99cee6f85e
commit 47ed795377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -908,7 +908,7 @@ define([
var HexColor0 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[0]).get_color().get_hex(),
HexColor1 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[1]).get_color().get_hex();
if (HexColor0 === 'ffffff' && HexColor1 === 'ffffff') {
this.GradColors.colors[0] = {color: '4f81bd', effectId: 24}; // color accent1
this.GradColor.colors[0] = {color: '4f81bd', effectId: 24}; // color accent1
}
}
var arrGradStop = [];