grep-components 1.20.1 → 1.21.0

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