@bigbinary/neeto-media-recorder 2.6.6 → 2.6.7

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/index.js CHANGED
@@ -1035,12 +1035,13 @@ var UseDesktopAppCallout = function UseDesktopAppCallout() {
1035
1035
  style: "info",
1036
1036
  children: /*#__PURE__*/jsx(Typography, {
1037
1037
  component: "span",
1038
- style: "body2",
1038
+ style: "h4",
1039
1039
  children: /*#__PURE__*/jsx(Trans, {
1040
1040
  i18nKey: "neetoMediaRecorder.useDesktopAppCallOut",
1041
1041
  components: {
1042
1042
  Download: /*#__PURE__*/jsx(Button, {
1043
1043
  href: "https://neeto.com/neetorecord/download",
1044
+ size: "large",
1044
1045
  style: "link"
1045
1046
  })
1046
1047
  }