@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 CHANGED
@@ -12417,6 +12417,7 @@ var PositionsRow = styled25__default.default.div`
12417
12417
  align-items: center;
12418
12418
  gap: 0 0.75rem;
12419
12419
  padding: 0.5rem 0.5rem;
12420
+ min-height: 2.6rem;
12420
12421
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
12421
12422
  &:last-child { border-bottom: none; }
12422
12423
  `;
@@ -12483,6 +12484,7 @@ var GridRow = styled25__default.default.div`
12483
12484
  align-items: center;
12484
12485
  gap: 0 0.75rem;
12485
12486
  padding: 0.5rem 0.5rem;
12487
+ min-height: 2.6rem;
12486
12488
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
12487
12489
  &:last-child { border-bottom: none; }
12488
12490
  `;