diy-template-components 0.1.38 → 0.1.39

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
@@ -7843,7 +7843,8 @@ const useTilesStyles = createUseStyles(theme => {
7843
7843
  lineHeight: '46px',
7844
7844
  marginBottom: '1rem',
7845
7845
  textAlign: 'center',
7846
- marginTop: '3rem'
7846
+ marginTop: '3rem',
7847
+ color: '#2D2D2D'
7847
7848
  },
7848
7849
  headerTitle: {
7849
7850
  fontWeight: '400',
@@ -7880,9 +7881,6 @@ function Tiles({
7880
7881
  window.open('https://' + value);
7881
7882
  }
7882
7883
  }
7883
-
7884
- console.log(isEdit);
7885
- console.log(value);
7886
7884
  };
7887
7885
 
7888
7886
  const TileDiv = tilesList?.map((tile, i) => {