@jingx/lottery-components-react-jsx 1.0.35 → 1.0.36

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
@@ -32137,7 +32137,10 @@ const RemarkConfigToggle = ({ label, onChange }) => {
32137
32137
  }
32138
32138
  };
32139
32139
  return /* @__PURE__ */ jsxRuntimeExports.jsx(ScopeHost, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "d-flex align-items-center", children: [
32140
- /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "mr-3", children: [
32140
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { style: {
32141
+ color: "#686c71",
32142
+ fontSize: "14px"
32143
+ }, className: "mr-3", children: [
32141
32144
  " ",
32142
32145
  label
32143
32146
  ] }),