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.js CHANGED
@@ -3822,7 +3822,7 @@ const useTestimonialStyles = createUseStyles(theme => ({
3822
3822
  fontSize: theme.typography.fontSize.subHead,
3823
3823
  wordBreak: 'break-word',
3824
3824
  color: theme?.palette?.font?.primary,
3825
- lineHeight: '22px'
3825
+ lineHeight: '24px'
3826
3826
  },
3827
3827
  userContainer: {
3828
3828
  display: 'flex',
@@ -6104,7 +6104,7 @@ const useTeamStyles = createUseStyles(theme => {
6104
6104
  borderRadius: theme?.shape?.borderRadius?.regular,
6105
6105
  padding: theme.spacing.padding.tiny,
6106
6106
  boxShadow: theme?.shadows?.primary,
6107
- minHeight: "390px"
6107
+ minHeight: '390px'
6108
6108
  },
6109
6109
  imageContainer: {
6110
6110
  minWidth: '100%',
@@ -6721,7 +6721,7 @@ const useSectionStyles = createUseStyles(theme => ({
6721
6721
  title: {
6722
6722
  margin: '0',
6723
6723
  fontSize: theme.typography.fontSize.h2,
6724
- color: theme?.palette?.font?.secondary,
6724
+ color: theme?.palette?.font?.default,
6725
6725
  lineHeight: '71px',
6726
6726
  letterSpacing: '-3px',
6727
6727
  textAlign: 'left',
@@ -6742,7 +6742,7 @@ const useSectionStyles = createUseStyles(theme => ({
6742
6742
  subtitle: {
6743
6743
  margin: '0 0 auto 0',
6744
6744
  fontSize: theme.typography.fontSize.h6,
6745
- color: theme?.palette?.font?.primary,
6745
+ color: theme?.palette?.font?.default,
6746
6746
  lineHeight: '32px',
6747
6747
  margin: '20px 0px'
6748
6748
  },