diy-template-components 0.2.89 → 0.3.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/build/index.js CHANGED
@@ -3405,7 +3405,7 @@ const useSectionStyles$4 = createUseStyles(theme => ({
3405
3405
  fontWeight: theme.typography.fontWeight.bold,
3406
3406
  lineHeight: '71px',
3407
3407
  letterSpacing: '-3px',
3408
- color: theme?.palette?.font?.secondary,
3408
+ color: theme?.palette?.font?.default,
3409
3409
  marginBottom: theme.spacing.padding.tiny,
3410
3410
  wordBreak: 'break-word'
3411
3411
  },