chore: upgrade deps

This commit is contained in:
Mo
2022-03-21 12:13:10 -05:00
parent bd9a6e2ae5
commit cd243f39c6
21 changed files with 214 additions and 271 deletions

View File

@@ -44,7 +44,7 @@ export const ThemesMenuButton: FunctionComponent<Props> = ({
item.component.isLayerable() || !item.component.active;
if (themeIsLayerableOrNotActive) {
application.toggleTheme(item.component);
application.mutator.toggleTheme(item.component);
}
} else {
premiumModal.activate(`${item.name} theme`);