@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 +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
|
@@ -2077,7 +2077,7 @@ function DesktopOrderbookLayout({
|
|
|
2077
2077
|
),
|
|
2078
2078
|
children: [
|
|
2079
2079
|
"Orderbook",
|
|
2080
|
-
tab === "orderbook" ? /* @__PURE__ */ jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#
|
|
2080
|
+
tab === "orderbook" ? /* @__PURE__ */ jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#E6C87E]" }) : null
|
|
2081
2081
|
]
|
|
2082
2082
|
}
|
|
2083
2083
|
),
|
|
@@ -2092,7 +2092,7 @@ function DesktopOrderbookLayout({
|
|
|
2092
2092
|
),
|
|
2093
2093
|
children: [
|
|
2094
2094
|
"Trades",
|
|
2095
|
-
tab === "trades" ? /* @__PURE__ */ jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#
|
|
2095
|
+
tab === "trades" ? /* @__PURE__ */ jsx("span", { className: "absolute -bottom-px left-0 h-[2px] w-full bg-[#E6C87E]" }) : null
|
|
2096
2096
|
]
|
|
2097
2097
|
}
|
|
2098
2098
|
)
|