@aclymatepackages/modules 4.1.1 → 4.1.2

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.
@@ -98,7 +98,7 @@ const CompanyDataConfirmation = _ref => {
98
98
  item: true
99
99
  }, /*#__PURE__*/_react.default.createElement(_material.IconButton, {
100
100
  onClick: () => setAnchorEl(null)
101
- }))))), /*#__PURE__*/_react.default.createElement(_material.Grid, {
101
+ }, /*#__PURE__*/_react.default.createElement(_Cancel.default, null)))))), /*#__PURE__*/_react.default.createElement(_material.Grid, {
102
102
  container: true,
103
103
  direction: "column",
104
104
  spacing: 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -96,7 +96,9 @@ const CompanyDataConfirmation = ({ companyData, onConfirmClick }) => {
96
96
  />
97
97
  </Grid>
98
98
  <Grid item>
99
- <IconButton onClick={() => setAnchorEl(null)}></IconButton>
99
+ <IconButton onClick={() => setAnchorEl(null)}>
100
+ <CancelIcon />
101
+ </IconButton>
100
102
  </Grid>
101
103
  </Grid>
102
104
  </Box>