@loafmarkets/ui 0.1.227 → 0.1.228
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2136,8 +2136,8 @@ function DesktopOrderbookLayout({
|
|
|
2136
2136
|
)
|
|
2137
2137
|
] }) : /* @__PURE__ */ jsx("div", { className: "flex items-center gap-3", children: rightHeader })
|
|
2138
2138
|
] }),
|
|
2139
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-1 flex-col min-h-0 px-4 pt-
|
|
2140
|
-
/* @__PURE__ */ jsxs("div", { className: "grid grid-cols-3 gap-3 px-3 pb-1 pt-
|
|
2139
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-1 flex-col min-h-0 px-4 pt-2", children: [
|
|
2140
|
+
/* @__PURE__ */ jsxs("div", { className: "grid grid-cols-3 gap-3 px-3 pb-1.5 pt-1 text-xs text-white/60", children: [
|
|
2141
2141
|
/* @__PURE__ */ jsx("div", { children: priceLabel }),
|
|
2142
2142
|
/* @__PURE__ */ jsx("div", { className: "text-right", children: amountLabel }),
|
|
2143
2143
|
/* @__PURE__ */ jsx("div", { className: "text-right", children: tab === "orderbook" ? "Total" : "Time" })
|