From 2e5dffa5385055c296bbdf7784efffff15fa8c0c Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 24 Feb 2023 14:37:33 +0000 Subject: [PATCH] use style core --- packages/app/src/debug/components/theme/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/debug/components/theme/index.jsx b/packages/app/src/debug/components/theme/index.jsx index af5f9895..47e828e2 100755 --- a/packages/app/src/debug/components/theme/index.jsx +++ b/packages/app/src/debug/components/theme/index.jsx @@ -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 }) }