@plasmicpkgs/antd5 0.0.66 → 0.0.67

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/antd.esm.js CHANGED
@@ -2412,7 +2412,8 @@ const Internal = (props) => {
2412
2412
  Radio.Group,
2413
2413
  {
2414
2414
  options: formItem.options,
2415
- optionType: formItem.optionType
2415
+ optionType: formItem.optionType,
2416
+ style: { padding: "8px" }
2416
2417
  }
2417
2418
  ) : null
2418
2419
  )), props.submitSlot);