@prisma/studio-core 0.0.0-dev.202505141740 → 0.0.0-dev.202505141747

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/ui/index.css CHANGED
@@ -1792,6 +1792,9 @@ body {
1792
1792
  .hover\:ps-text-foreground:hover {
1793
1793
  color: hsl(var(--foreground));
1794
1794
  }
1795
+ .hover\:ps-text-primary:hover {
1796
+ color: hsl(var(--primary));
1797
+ }
1795
1798
  .hover\:ps-underline:hover {
1796
1799
  text-decoration-line: underline;
1797
1800
  }