@jonapin006/tiger 1.0.36 → 1.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tiger.es.js CHANGED
@@ -2611,7 +2611,7 @@ var v = /* @__PURE__ */ function(e) {
2611
2611
  mode: r,
2612
2612
  themeConfig: l,
2613
2613
  setTheme: (e) => {
2614
- M[e] && (n(e), a(M[e].defaultMode));
2614
+ M[e] && n(e);
2615
2615
  },
2616
2616
  toggleMode: () => {
2617
2617
  a((e) => e === v.Light ? v.Dark : v.Light);