diff --git a/packages/app/src/pages/live/[key].jsx b/packages/app/src/pages/live/[key].jsx index 99f2ad30..bc69cb3f 100755 --- a/packages/app/src/pages/live/[key].jsx +++ b/packages/app/src/pages/live/[key].jsx @@ -238,7 +238,7 @@ export default class StreamViewer extends React.Component { } exitPlayerAnimation = () => { - app.style.applyVariant(app.cores.settings.get("themeVariant")) + app.cores.style.applyVariant(app.cores.settings.get("themeVariant")) app.cores.style.compactMode(false) }