@popmenu/audio-player 0.46.0 → 0.48.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/build/index.js CHANGED
@@ -565,7 +565,7 @@ Checkbox.displayName = 'Checkbox';
565
565
 
566
566
  var getBackground = function (theme) { return function (props) {
567
567
  var variant = props.variant, severity = props.severity;
568
- var background;
568
+ var background = theme.palette.grey[100];
569
569
  var backgrounds = {
570
570
  outlined: 'none',
571
571
  error: 'error.main',
@@ -634,6 +634,9 @@ styles.makeStyles(function (theme) { return ({
634
634
  height: theme.spacing(2),
635
635
  width: theme.spacing(2),
636
636
  },
637
+ deleteIcon: {
638
+ color: theme.palette.grey[500],
639
+ },
637
640
  }); });
638
641
 
639
642
  var defaultTypographyProps = {