@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.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-2", children: [
2140
- /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-3 gap-3 px-3 py-2 text-xs text-white/60", children: [
2139
+ /* @__PURE__ */ jsxs("div", { className: "flex flex-1 flex-col min-h-0 px-4 pt-0", children: [
2140
+ /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-3 gap-3 px-3 pb-1 pt-0.5 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" })
@@ -12643,20 +12643,20 @@ var CloseBtn2 = styled19.button`
12643
12643
  }
12644
12644
  `;
12645
12645
  var CloseAllHeaderBtn = styled19.button`
12646
- background: rgba(246, 70, 93, 0.1);
12647
- border: 1px solid rgba(246, 70, 93, 0.3);
12646
+ background: rgba(230, 200, 126, 0.1);
12647
+ border: 1px solid rgba(230, 200, 126, 0.3);
12648
12648
  border-radius: 4px;
12649
12649
  padding: 0.2rem 0.6rem;
12650
12650
  font-size: 0.62rem;
12651
12651
  font-weight: 600;
12652
- color: #f6465d;
12652
+ color: #e6c87e;
12653
12653
  cursor: pointer;
12654
12654
  white-space: nowrap;
12655
12655
  transition: all 0.15s ease;
12656
12656
 
12657
12657
  &:hover {
12658
- background: rgba(246, 70, 93, 0.2);
12659
- border-color: rgba(246, 70, 93, 0.5);
12658
+ background: rgba(230, 200, 126, 0.2);
12659
+ border-color: rgba(230, 200, 126, 0.5);
12660
12660
  }
12661
12661
  `;
12662
12662
  var CloseAllOverlay = styled19.div`