v l1 compatibility
This commit is contained in:
parent
a69723badf
commit
c752f56d0b
2 changed files with 3 additions and 3 deletions
|
@ -590,7 +590,7 @@ export default {
|
|||
const shadows = input.shadows || {}
|
||||
const fonts = input.fonts || {}
|
||||
const colors = !input.themeEngineVersion
|
||||
? colors2to3(input.colors)
|
||||
? colors2to3(input.colors || input)
|
||||
: input.colors || input
|
||||
|
||||
if (version === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue