[SSE] Fix default foreground color

This commit is contained in:
Julia Radzhabova 2020-03-04 15:15:45 +03:00
parent 840d81e592
commit 7623c035b4

View file

@ -541,7 +541,7 @@ define([
};
}
} else
this.FGColor = {Value: 1, Color: {color: '4f81bd', effectId: 24}};
this.FGColor = {Value: 1, Color: {color: '000000', effectId: 24}};
color = this.pattern.asc_getBgColor();
if (color) {