grep-components 1.20.0 → 1.21.0-GREPF-1777.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
@@ -3828,7 +3828,7 @@ var useStyles$a = makeStyles()({
3828
3828
  width: 56,
3829
3829
  },
3830
3830
  input: { border: 0, display: 'block', flex: 1, fontSize: 16, outline: 0 },
3831
- helptext: { margin: '0 10px 0 10px', color: Colors.grey, fontSize: 12 },
3831
+ helptext: { margin: '0 10px 0 10px', color: '#6e6e6e', fontSize: 12 },
3832
3832
  });
3833
3833
 
3834
3834
  var SearchBar = function (props) {