@undefine-ui/design-system 2.7.0 → 2.8.0

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.cjs CHANGED
@@ -3612,7 +3612,7 @@ var MuiButtonBase = {
3612
3612
  *************************************** */
3613
3613
  styleOverrides: {
3614
3614
  root: ({ theme }) => ({
3615
- fontFamily: theme.typography.fontFamily
3615
+ fontFamily: theme.typography.fontSecondaryFamily
3616
3616
  })
3617
3617
  }
3618
3618
  };
@@ -3732,7 +3732,8 @@ var MuiButton = {
3732
3732
  styleOverrides: {
3733
3733
  root: ({ theme }) => ({
3734
3734
  fontWeight: 500,
3735
- borderRadius: theme.radius["radius-xl"]
3735
+ borderRadius: theme.radius["radius-xl"],
3736
+ fontFamily: theme.typography.fontSecondaryFamily
3736
3737
  }),
3737
3738
  /**
3738
3739
  * @variant contained