@loafmarkets/ui 0.1.129 → 0.1.131

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
@@ -5978,6 +5978,7 @@ var PortfolioEyeButton = styled25.button`
5978
5978
  justify-content: center;
5979
5979
  color: ${(p) => p.$active ? "#D4AF37" : "rgba(255,255,255,0.5)"};
5980
5980
  transition: all 0.2s ease;
5981
+ margin-left: 6px;
5981
5982
  margin-right: 10px;
5982
5983
 
5983
5984
  &:hover {
@@ -5987,6 +5988,7 @@ var PortfolioEyeButton = styled25.button`
5987
5988
 
5988
5989
  @media (max-width: 768px) {
5989
5990
  padding: 4px;
5991
+ margin-left: 4px;
5990
5992
  margin-right: 6px;
5991
5993
  }
5992
5994
  `;
@@ -12327,6 +12329,9 @@ var PositionsRow = styled25.div`
12327
12329
  padding: 0.5rem 0.5rem;
12328
12330
  min-height: 2.6rem;
12329
12331
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
12332
+ border-radius: 4px;
12333
+ transition: background 0.15s ease;
12334
+ &:hover { background: rgba(255, 255, 255, 0.04); }
12330
12335
  &:last-child { border-bottom: none; }
12331
12336
  `;
12332
12337
  var PositionsCell = styled25.div`