[PE mobile] Fix Bug 53023

This commit is contained in:
SergeyEzhin 2021-10-20 18:44:51 +04:00
parent a8dc7359c1
commit 58968edc9a

View file

@ -393,7 +393,7 @@ const PageFillColor = props => {
const storePalette = props.storePalette; const storePalette = props.storePalette;
const storeSlideSettings = props.storeSlideSettings; const storeSlideSettings = props.storeSlideSettings;
const customColors = storePalette.customColors; const customColors = storePalette.customColors;
const fillColor = storeSlideSettings.fillColor ? storeSlideSettings.fillColor : storeSlideSettings.getFillColor(slideObject); const fillColor = storeSlideSettings.getFillColor(slideObject);
const changeColor = (color, effectId, effectValue) => { const changeColor = (color, effectId, effectValue) => {
if (color !== 'empty') { if (color !== 'empty') {