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

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
@@ -681,9 +681,6 @@ video {
681
681
  .ps-ml-1 {
682
682
  margin-left: 0.25rem;
683
683
  }
684
- .ps-ml-2 {
685
- margin-left: 0.5rem;
686
- }
687
684
  .ps-ml-6 {
688
685
  margin-left: 1.5rem;
689
686
  }
@@ -1110,9 +1107,6 @@ video {
1110
1107
  border-top-left-radius: var(--radius);
1111
1108
  border-top-right-radius: var(--radius);
1112
1109
  }
1113
- .ps-rounded-bl-none {
1114
- border-bottom-left-radius: 0px;
1115
- }
1116
1110
  .ps-border {
1117
1111
  border-width: 1px;
1118
1112
  }
@@ -1400,6 +1394,9 @@ video {
1400
1394
  .ps-text-muted-foreground {
1401
1395
  color: hsl(var(--muted-foreground));
1402
1396
  }
1397
+ .ps-text-muted-foreground\/60 {
1398
+ color: hsl(var(--muted-foreground) / 0.6);
1399
+ }
1403
1400
  .ps-text-muted-foreground\/70 {
1404
1401
  color: hsl(var(--muted-foreground) / 0.7);
1405
1402
  }