@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.cjs.js +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -32157,7 +32157,10 @@ const RemarkConfigToggle = ({ label, onChange }) => {
|
|
|
32157
32157
|
}
|
|
32158
32158
|
};
|
|
32159
32159
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(ScopeHost, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "d-flex align-items-center", children: [
|
|
32160
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", {
|
|
32160
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { style: {
|
|
32161
|
+
color: "#686c71",
|
|
32162
|
+
fontSize: "14px"
|
|
32163
|
+
}, className: "mr-3", children: [
|
|
32161
32164
|
" ",
|
|
32162
32165
|
label
|
|
32163
32166
|
] }),
|