@sanity/ui 2.0.0-alpha.8 → 2.0.0-alpha.9

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/index.js CHANGED
@@ -7214,7 +7214,7 @@ const Root$z = styled__default.default(Box)(responsiveRadiusStyle, badgeStyle);
7214
7214
  const Badge = react.forwardRef(function Badge2(props, ref) {
7215
7215
  const {
7216
7216
  children,
7217
- fontSize,
7217
+ fontSize = 1,
7218
7218
  mode = "default",
7219
7219
  padding = 1,
7220
7220
  radius = 2,