@loafmarkets/ui 0.1.119 → 0.1.120
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -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`
|