@orderly.network/ui-tpsl 2.10.1-alpha.0 → 2.10.2-alpha.0

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.js CHANGED
@@ -1779,8 +1779,8 @@ var TPSLAdvancedUI = (props) => {
1779
1779
  gap: 2,
1780
1780
  className: "oui-mt-3 oui-w-full",
1781
1781
  children: [
1782
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-[#D25f00]" }),
1783
- /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-[#D25f00]", children: t("tpsl.positionType.full.tips.market") })
1782
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-warning-darken" }),
1783
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-warning-darken", children: t("tpsl.positionType.full.tips.market") })
1784
1784
  ]
1785
1785
  }
1786
1786
  )
@@ -3510,8 +3510,8 @@ var EditBracketOrderUI = (props) => {
3510
3510
  gap: 2,
3511
3511
  className: "oui-mt-3 oui-w-full",
3512
3512
  children: [
3513
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-[#D25f00]" }),
3514
- /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-[#D25f00]", children: t("tpsl.positionType.full.tips.market") })
3513
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "oui-relative oui-top-[7px] oui-size-1 oui-rounded-full oui-bg-warning-darken" }),
3514
+ /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { className: "oui-text-2xs oui-text-warning-darken", children: t("tpsl.positionType.full.tips.market") })
3515
3515
  ]
3516
3516
  }
3517
3517
  )