Compare commits

..

No commits in common. "0da9ba1b7a523ead8100a073586be2b4edc6924c" and "f8b39faae7303828648001d89253f9fc21f40bf8" have entirely different histories.

View file

@ -629,7 +629,7 @@ export const normalizeThemeData = (input) => {
themeSource = input.source
} else if (
Object.prototype.hasOwnProperty.call(input, 'themeEngineVersion') ||
Object.prototype.hasOwnProperty.call(input, 'colors')
Object.prototype.hasOwnProperty.call(input, 'bg')
) {
// We got passed a source/snapshot
themeData = input