@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.js
CHANGED
|
@@ -2396,7 +2396,7 @@ function MobileOrderbookLayout({
|
|
|
2396
2396
|
fontSize: "0.72rem",
|
|
2397
2397
|
fontWeight: tab === "orderbook" ? 600 : 400,
|
|
2398
2398
|
color: tab === "orderbook" ? "#fff" : "rgba(255,255,255,0.6)",
|
|
2399
|
-
borderBottom: tab === "orderbook" ? "2px solid #
|
|
2399
|
+
borderBottom: tab === "orderbook" ? "2px solid #E6C87E" : "none",
|
|
2400
2400
|
paddingBottom: "0.2rem"
|
|
2401
2401
|
},
|
|
2402
2402
|
children: "Orderbook"
|
|
@@ -2411,7 +2411,7 @@ function MobileOrderbookLayout({
|
|
|
2411
2411
|
fontSize: "0.72rem",
|
|
2412
2412
|
fontWeight: tab === "trades" ? 600 : 400,
|
|
2413
2413
|
color: tab === "trades" ? "#fff" : "rgba(255,255,255,0.6)",
|
|
2414
|
-
borderBottom: tab === "trades" ? "2px solid #
|
|
2414
|
+
borderBottom: tab === "trades" ? "2px solid #E6C87E" : "none",
|
|
2415
2415
|
paddingBottom: "0.2rem"
|
|
2416
2416
|
},
|
|
2417
2417
|
children: "Trades"
|