@popmenu/audio-player 0.46.0 → 0.47.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.es.js +4 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -1
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -526,7 +526,7 @@ Checkbox.displayName = 'Checkbox';
|
|
|
526
526
|
|
|
527
527
|
var getBackground = function (theme) { return function (props) {
|
|
528
528
|
var variant = props.variant, severity = props.severity;
|
|
529
|
-
var background;
|
|
529
|
+
var background = theme.palette.grey[100];
|
|
530
530
|
var backgrounds = {
|
|
531
531
|
outlined: 'none',
|
|
532
532
|
error: 'error.main',
|
|
@@ -595,6 +595,9 @@ makeStyles$1(function (theme) { return ({
|
|
|
595
595
|
height: theme.spacing(2),
|
|
596
596
|
width: theme.spacing(2),
|
|
597
597
|
},
|
|
598
|
+
deleteIcon: {
|
|
599
|
+
color: theme.palette.grey[500],
|
|
600
|
+
},
|
|
598
601
|
}); });
|
|
599
602
|
|
|
600
603
|
var defaultTypographyProps = {
|