@loafmarkets/ui 0.1.134 → 0.1.136
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 +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2162,8 +2162,8 @@ function DesktopOrderbookLayout({
|
|
|
2162
2162
|
)
|
|
2163
2163
|
] }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-3", children: rightHeader })
|
|
2164
2164
|
] }),
|
|
2165
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-1 flex-col min-h-0 px-4 pt-
|
|
2166
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-3 gap-3 px-3
|
|
2165
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-1 flex-col min-h-0 px-4 pt-0", children: [
|
|
2166
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-3 gap-3 px-3 pb-1 pt-0.5 text-xs text-white/60", children: [
|
|
2167
2167
|
/* @__PURE__ */ jsxRuntime.jsx("div", { children: priceLabel }),
|
|
2168
2168
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-right", children: amountLabel }),
|
|
2169
2169
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-right", children: tab === "orderbook" ? "Total" : "Time" })
|
|
@@ -12669,20 +12669,20 @@ var CloseBtn2 = styled19__default.default.button`
|
|
|
12669
12669
|
}
|
|
12670
12670
|
`;
|
|
12671
12671
|
var CloseAllHeaderBtn = styled19__default.default.button`
|
|
12672
|
-
background: rgba(
|
|
12673
|
-
border: 1px solid rgba(
|
|
12672
|
+
background: rgba(230, 200, 126, 0.1);
|
|
12673
|
+
border: 1px solid rgba(230, 200, 126, 0.3);
|
|
12674
12674
|
border-radius: 4px;
|
|
12675
12675
|
padding: 0.2rem 0.6rem;
|
|
12676
12676
|
font-size: 0.62rem;
|
|
12677
12677
|
font-weight: 600;
|
|
12678
|
-
color: #
|
|
12678
|
+
color: #e6c87e;
|
|
12679
12679
|
cursor: pointer;
|
|
12680
12680
|
white-space: nowrap;
|
|
12681
12681
|
transition: all 0.15s ease;
|
|
12682
12682
|
|
|
12683
12683
|
&:hover {
|
|
12684
|
-
background: rgba(
|
|
12685
|
-
border-color: rgba(
|
|
12684
|
+
background: rgba(230, 200, 126, 0.2);
|
|
12685
|
+
border-color: rgba(230, 200, 126, 0.5);
|
|
12686
12686
|
}
|
|
12687
12687
|
`;
|
|
12688
12688
|
var CloseAllOverlay = styled19__default.default.div`
|