@loafmarkets/ui 0.1.119 → 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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- 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"
|
|
@@ -12509,7 +12509,7 @@ var HoldingsPropertyLink = styled25.span`
|
|
|
12509
12509
|
font-size: 0.8rem;
|
|
12510
12510
|
font-weight: 600;
|
|
12511
12511
|
color: #fff;
|
|
12512
|
-
cursor:
|
|
12512
|
+
cursor: grab;
|
|
12513
12513
|
&:hover { text-decoration: underline; color: var(--color-accent, #E6C87E); }
|
|
12514
12514
|
`;
|
|
12515
12515
|
var PnLAmount = styled25.div`
|