@stokelp/ui 2.37.0 → 2.37.1

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.js CHANGED
@@ -20597,6 +20597,7 @@ const Hf = G({
20597
20597
  root: {
20598
20598
  display: "flex",
20599
20599
  flexDirection: "column",
20600
+ background: "white",
20600
20601
  border: "1px solid {colors.primary.100}",
20601
20602
  borderRadius: "radius-16",
20602
20603
  overflow: "hidden",
@@ -20665,8 +20666,7 @@ const Hf = G({
20665
20666
  display: "flex",
20666
20667
  flexDirection: "column",
20667
20668
  gap: "space-4",
20668
- flex: 1,
20669
- bg: "white"
20669
+ flex: 1
20670
20670
  },
20671
20671
  description: {
20672
20672
  color: "text",