diy-template-components 3.0.3 → 3.0.5

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
@@ -148,7 +148,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
148
148
  width: ({
149
149
  isCustomWebsite
150
150
  } = {}) => isCustomWebsite ? '100%' : '',
151
- maxWidth: '85px',
151
+ maxWidth: '185px',
152
152
  cursor: 'default',
153
153
  height: '46px',
154
154
  position: 'relative'
@@ -4884,7 +4884,7 @@ const useVideoStyles$1 = createUseStyles(theme => {
4884
4884
  width: '100%',
4885
4885
  objectFit: 'cover',
4886
4886
  objectPosition: 'top',
4887
- opacity: '0.8'
4887
+ opacity: '1.8'
4888
4888
  },
4889
4889
  '@media (max-width: 767px)': {
4890
4890
  iframe: {