diy-template-components 0.2.87 → 0.2.88

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
@@ -3807,7 +3807,7 @@ const useTestimonialStyles = createUseStyles(theme => ({
3807
3807
  fontSize: theme.typography.fontSize.subHead,
3808
3808
  wordBreak: 'break-word',
3809
3809
  color: theme?.palette?.font?.primary,
3810
- lineHeight: '22px'
3810
+ lineHeight: '24px'
3811
3811
  },
3812
3812
  userContainer: {
3813
3813
  display: 'flex',
@@ -6089,7 +6089,7 @@ const useTeamStyles = createUseStyles(theme => {
6089
6089
  borderRadius: theme?.shape?.borderRadius?.regular,
6090
6090
  padding: theme.spacing.padding.tiny,
6091
6091
  boxShadow: theme?.shadows?.primary,
6092
- minHeight: "390px"
6092
+ minHeight: '390px'
6093
6093
  },
6094
6094
  imageContainer: {
6095
6095
  minWidth: '100%',
@@ -6706,7 +6706,7 @@ const useSectionStyles = createUseStyles(theme => ({
6706
6706
  title: {
6707
6707
  margin: '0',
6708
6708
  fontSize: theme.typography.fontSize.h2,
6709
- color: theme?.palette?.font?.secondary,
6709
+ color: theme?.palette?.font?.default,
6710
6710
  lineHeight: '71px',
6711
6711
  letterSpacing: '-3px',
6712
6712
  textAlign: 'left',
@@ -6727,7 +6727,7 @@ const useSectionStyles = createUseStyles(theme => ({
6727
6727
  subtitle: {
6728
6728
  margin: '0 0 auto 0',
6729
6729
  fontSize: theme.typography.fontSize.h6,
6730
- color: theme?.palette?.font?.primary,
6730
+ color: theme?.palette?.font?.default,
6731
6731
  lineHeight: '32px',
6732
6732
  margin: '20px 0px'
6733
6733
  },