diy-template-components 2.0.36 → 2.0.37

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/build/index.es.js CHANGED
@@ -6576,7 +6576,7 @@ const useTeamStyles = createUseStyles(theme => {
6576
6576
  fontSize: '14px',
6577
6577
  lineHeight: '18px',
6578
6578
  color: theme?.palette?.font?.primary,
6579
- fontWeight: '500',
6579
+ fontWeight: '400',
6580
6580
  textOverflow: 'ellipsis',
6581
6581
  overflow: 'hidden',
6582
6582
  display: '-webkit-box',
@@ -9806,6 +9806,8 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9806
9806
  fontWeight: '600'
9807
9807
  },
9808
9808
  instAbout: {
9809
+ fontFamily: theme?.typography?.fontFamily,
9810
+ lineHeight: '22px',
9809
9811
  fontSize: '14px',
9810
9812
  fontStyle: 'normal',
9811
9813
  fontWeight: '400',