Web:Common:Store: change default theme to base

This commit is contained in:
Timofey Boyko 2022-04-18 12:05:09 +03:00
parent 797c96a46e
commit d9dec59157

View File

@ -26,9 +26,7 @@ class SettingsStore {
currentProductId = "";
culture = "en";
cultures = [];
theme = !!localStorage.getItem("theme")
? themes[localStorage.getItem("theme")]
: Base;
theme = Base;
trustedDomains = [];
trustedDomainsType = 0;
timezone = "UTC";