@loafmarkets/ui 0.1.130 → 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
  `;