baaz-custom-components 3.2.11 → 3.2.12

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.css CHANGED
@@ -1582,6 +1582,13 @@
1582
1582
  }
1583
1583
  }
1584
1584
  }
1585
+ .hover\:bg-primary {
1586
+ &:hover {
1587
+ @media (hover: hover) {
1588
+ background-color: var(--primary);
1589
+ }
1590
+ }
1591
+ }
1585
1592
  .hover\:bg-primary\/90 {
1586
1593
  &:hover {
1587
1594
  @media (hover: hover) {