@loafmarkets/ui 0.1.120 → 0.1.121
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
|
@@ -2370,7 +2370,7 @@ function MobileOrderbookLayout({
|
|
|
2370
2370
|
fontSize: "0.72rem",
|
|
2371
2371
|
fontWeight: tab === "orderbook" ? 600 : 400,
|
|
2372
2372
|
color: tab === "orderbook" ? "#fff" : "rgba(255,255,255,0.6)",
|
|
2373
|
-
borderBottom: tab === "orderbook" ? "2px solid #
|
|
2373
|
+
borderBottom: tab === "orderbook" ? "2px solid #E6C87E" : "none",
|
|
2374
2374
|
paddingBottom: "0.2rem"
|
|
2375
2375
|
},
|
|
2376
2376
|
children: "Orderbook"
|
|
@@ -2385,7 +2385,7 @@ function MobileOrderbookLayout({
|
|
|
2385
2385
|
fontSize: "0.72rem",
|
|
2386
2386
|
fontWeight: tab === "trades" ? 600 : 400,
|
|
2387
2387
|
color: tab === "trades" ? "#fff" : "rgba(255,255,255,0.6)",
|
|
2388
|
-
borderBottom: tab === "trades" ? "2px solid #
|
|
2388
|
+
borderBottom: tab === "trades" ? "2px solid #E6C87E" : "none",
|
|
2389
2389
|
paddingBottom: "0.2rem"
|
|
2390
2390
|
},
|
|
2391
2391
|
children: "Trades"
|