@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.js CHANGED
@@ -3448,7 +3448,7 @@ var MuiButtonBase = {
3448
3448
  *************************************** */
3449
3449
  styleOverrides: {
3450
3450
  root: ({ theme }) => ({
3451
- fontFamily: theme.typography.fontFamily
3451
+ fontFamily: theme.typography.fontSecondaryFamily
3452
3452
  })
3453
3453
  }
3454
3454
  };
@@ -3568,7 +3568,8 @@ var MuiButton = {
3568
3568
  styleOverrides: {
3569
3569
  root: ({ theme }) => ({
3570
3570
  fontWeight: 500,
3571
- borderRadius: theme.radius["radius-xl"]
3571
+ borderRadius: theme.radius["radius-xl"],
3572
+ fontFamily: theme.typography.fontSecondaryFamily
3572
3573
  }),
3573
3574
  /**
3574
3575
  * @variant contained