@loafmarkets/ui 0.1.111 → 0.1.112
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12391,6 +12391,7 @@ var PositionsRow = styled25.div`
|
|
|
12391
12391
|
align-items: center;
|
|
12392
12392
|
gap: 0 0.75rem;
|
|
12393
12393
|
padding: 0.5rem 0.5rem;
|
|
12394
|
+
min-height: 2.6rem;
|
|
12394
12395
|
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
|
|
12395
12396
|
&:last-child { border-bottom: none; }
|
|
12396
12397
|
`;
|
|
@@ -12457,6 +12458,7 @@ var GridRow = styled25.div`
|
|
|
12457
12458
|
align-items: center;
|
|
12458
12459
|
gap: 0 0.75rem;
|
|
12459
12460
|
padding: 0.5rem 0.5rem;
|
|
12461
|
+
min-height: 2.6rem;
|
|
12460
12462
|
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
|
|
12461
12463
|
&:last-child { border-bottom: none; }
|
|
12462
12464
|
`;
|