@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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
`;
|