grep-components 1.16.0 → 1.16.1

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/dist/index.js CHANGED
@@ -4435,7 +4435,7 @@ var useFooterStyles = makeStyles()(function (theme) {
4435
4435
  margin: '0',
4436
4436
  height: '10px',
4437
4437
  gap: '10px',
4438
- borderRight: "1px solid ".concat(theme.palette.divider)
4438
+ borderRight: "1px solid #7dbf9d"
4439
4439
  },
4440
4440
  _e[theme.breakpoints.down('md')] = {
4441
4441
  textAlign: 'center',