omnieye-theme-studio 1.2.5 → 1.2.6

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/index.esm.js CHANGED
@@ -5587,7 +5587,7 @@ function xl() {
5587
5587
  /* @__PURE__ */ i(ue, { variant: "caption", sx: { ...l, color: t.label2, display: "block", mb: 1 }, children: "Logo" }),
5588
5588
  /* @__PURE__ */ p(S, { component: "label", sx: c, children: [
5589
5589
  "⬆ Choose logo file",
5590
- /* @__PURE__ */ i("input", { hidden: !0, type: "file", accept: "image/png,image/svg+xml,image/webp", onChange: (f) => s(f, "logoUrl") })
5590
+ /* @__PURE__ */ i("input", { hidden: !0, type: "file", accept: "image/png,image/jpeg,image/svg+xml,image/webp", onChange: (f) => s(f, "logoUrl") })
5591
5591
  ] }),
5592
5592
  e.logoMode === "image" && e.logoUrl && g("Uploaded logo", () => r({ logoUrl: "", logoMode: "icon" }))
5593
5593
  ] }),