@sikka/hawa 0.1.7 → 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.
package/dist/styles.css CHANGED
@@ -2832,6 +2832,9 @@ body {
2832
2832
  .hover\:bg-primary:hover {
2833
2833
  background-color: hsl(var(--primary));
2834
2834
  }
2835
+ .hover\:bg-primary-foreground:hover {
2836
+ background-color: hsl(var(--primary-foreground));
2837
+ }
2835
2838
  .hover\:bg-primary\/90:hover {
2836
2839
  background-color: hsl(var(--primary) / 0.9);
2837
2840
  }