fix: 公式元素未应用主题

This commit is contained in:
pipipi-pikachu 2021-09-18 16:56:31 +08:00
parent 6c9bb82e18
commit 4fc083e842

View File

@ -330,6 +330,7 @@ export default defineComponent({
el.themeColor = [themeColor]
el.gridColor = fontColor
}
else if (el.type === 'latex') el.color = fontColor
}
}
store.commit(MutationTypes.SET_SLIDES, newSlides)