@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.esm.js CHANGED
@@ -7201,7 +7201,7 @@ const Root$z = styled(Box)(responsiveRadiusStyle, badgeStyle);
7201
7201
  const Badge = forwardRef(function Badge2(props, ref) {
7202
7202
  const {
7203
7203
  children,
7204
- fontSize,
7204
+ fontSize = 1,
7205
7205
  mode = "default",
7206
7206
  padding = 1,
7207
7207
  radius = 2,