@salesmind-ai/design-system 0.1.6 → 0.1.8

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.
@@ -1287,7 +1287,7 @@
1287
1287
  animation: ds-scroll var(--marquee-duration, 40s) linear infinite;
1288
1288
  transform: translateZ(0);
1289
1289
  }
1290
- .ds-social-logos__track:hover {
1290
+ .ds-social-logos__marquee:hover .ds-social-logos__track {
1291
1291
  animation-play-state: paused;
1292
1292
  }
1293
1293
  @keyframes ds-scroll {