@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.js CHANGED
@@ -6004,6 +6004,7 @@ var PortfolioEyeButton = styled25__default.default.button`
6004
6004
  justify-content: center;
6005
6005
  color: ${(p) => p.$active ? "#D4AF37" : "rgba(255,255,255,0.5)"};
6006
6006
  transition: all 0.2s ease;
6007
+ margin-left: 6px;
6007
6008
  margin-right: 10px;
6008
6009
 
6009
6010
  &:hover {
@@ -6013,6 +6014,7 @@ var PortfolioEyeButton = styled25__default.default.button`
6013
6014
 
6014
6015
  @media (max-width: 768px) {
6015
6016
  padding: 4px;
6017
+ margin-left: 4px;
6016
6018
  margin-right: 6px;
6017
6019
  }
6018
6020
  `;
@@ -12353,6 +12355,9 @@ var PositionsRow = styled25__default.default.div`
12353
12355
  padding: 0.5rem 0.5rem;
12354
12356
  min-height: 2.6rem;
12355
12357
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
12358
+ border-radius: 4px;
12359
+ transition: background 0.15s ease;
12360
+ &:hover { background: rgba(255, 255, 255, 0.04); }
12356
12361
  &:last-child { border-bottom: none; }
12357
12362
  `;
12358
12363
  var PositionsCell = styled25__default.default.div`