use style core

This commit is contained in:
SrGooglo 2023-02-24 14:37:33 +00:00
parent c593d8c390
commit 2e5dffa538

View File

@ -16,7 +16,7 @@ export default class ThemeDebug extends React.Component {
setValues = async () => {
const currentVariant = document.documentElement.style.getPropertyValue("--themeVariant")
const rootVariables = window.app.ThemeController.getRootVariables()
const rootVariables = window.app.cores.style.getRootVariables()
this.setState({ currentVariant, rootVariables })
}