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.es.js +1 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -3390,7 +3390,7 @@ const useSectionStyles$4 = createUseStyles(theme => ({
|
|
|
3390
3390
|
fontWeight: theme.typography.fontWeight.bold,
|
|
3391
3391
|
lineHeight: '71px',
|
|
3392
3392
|
letterSpacing: '-3px',
|
|
3393
|
-
color: theme?.palette?.font?.
|
|
3393
|
+
color: theme?.palette?.font?.default,
|
|
3394
3394
|
marginBottom: theme.spacing.padding.tiny,
|
|
3395
3395
|
wordBreak: 'break-word'
|
|
3396
3396
|
},
|