@kodiak-finance/orderly-markets 2.8.20 → 2.8.21-rc.1
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -5657,11 +5657,11 @@ var SymbolInfoBar = (props) => {
|
|
|
5657
5657
|
),
|
|
5658
5658
|
children: [
|
|
5659
5659
|
/* @__PURE__ */ jsxs(Flex, { gapX: 3, className: "oui-flex-1 oui-overflow-hidden oui-h-full", children: [
|
|
5660
|
-
/* @__PURE__ */ jsxs(Flex, { gapX:
|
|
5660
|
+
/* @__PURE__ */ jsxs(Flex, { gapX: 2, itemAlign: "center", children: [
|
|
5661
5661
|
/* @__PURE__ */ jsx(TokenIcon, { symbol, size: "xs" }),
|
|
5662
|
-
/* @__PURE__ */ jsxs(Flex, {
|
|
5662
|
+
/* @__PURE__ */ jsxs(Flex, { gapX: 2, itemAlign: "center", children: [
|
|
5663
5663
|
symbolView,
|
|
5664
|
-
/* @__PURE__ */ jsxs(Flex, { gap: 1, children: [
|
|
5664
|
+
/* @__PURE__ */ jsxs(Flex, { gap: 1, itemAlign: "center", children: [
|
|
5665
5665
|
/* @__PURE__ */ jsxs(Badge, { size: "xs", color: "primary", children: [
|
|
5666
5666
|
leverage,
|
|
5667
5667
|
"x"
|