@prisma/studio-core 0.0.0-dev.202505082226 → 0.0.0-dev.202505082228

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
@@ -1400,9 +1400,6 @@ video {
1400
1400
  .ps-text-muted-foreground {
1401
1401
  color: hsl(var(--muted-foreground));
1402
1402
  }
1403
- .ps-text-muted-foreground\/60 {
1404
- color: hsl(var(--muted-foreground) / 0.6);
1405
- }
1406
1403
  .ps-text-muted-foreground\/70 {
1407
1404
  color: hsl(var(--muted-foreground) / 0.7);
1408
1405
  }