Compare commits
No commits in common. "0da9ba1b7a523ead8100a073586be2b4edc6924c" and "f8b39faae7303828648001d89253f9fc21f40bf8" have entirely different histories.
0da9ba1b7a
...
f8b39faae7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue