@loafmarkets/ui 0.1.129 → 0.1.130

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.mjs CHANGED
@@ -12327,6 +12327,9 @@ var PositionsRow = styled25.div`
12327
12327
  padding: 0.5rem 0.5rem;
12328
12328
  min-height: 2.6rem;
12329
12329
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
12330
+ border-radius: 4px;
12331
+ transition: background 0.15s ease;
12332
+ &:hover { background: rgba(255, 255, 255, 0.04); }
12330
12333
  &:last-child { border-bottom: none; }
12331
12334
  `;
12332
12335
  var PositionsCell = styled25.div`