@loafmarkets/ui 0.1.123 → 0.1.124

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
@@ -2103,7 +2103,7 @@ function DesktopOrderbookLayout({
2103
2103
  ),
2104
2104
  children: [
2105
2105
  "Orderbook",
2106
- tab === "orderbook" ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#C9A227]" }) : null
2106
+ tab === "orderbook" ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#E6C87E]" }) : null
2107
2107
  ]
2108
2108
  }
2109
2109
  ),
@@ -2118,7 +2118,7 @@ function DesktopOrderbookLayout({
2118
2118
  ),
2119
2119
  children: [
2120
2120
  "Trades",
2121
- tab === "trades" ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#C9A227]" }) : null
2121
+ tab === "trades" ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#E6C87E]" }) : null
2122
2122
  ]
2123
2123
  }
2124
2124
  )