Improve bulk actions color contrast
This commit is contained in:
@@ -10,8 +10,7 @@ const SongBulkActions = (props) => {
|
|||||||
const unselectAll = useUnselectAll()
|
const unselectAll = useUnselectAll()
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
unselectAll(props.resource)
|
unselectAll(props.resource)
|
||||||
// eslint-disable-next-line
|
}, [unselectAll, props.resource])
|
||||||
}, [])
|
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<BatchPlayButton
|
<BatchPlayButton
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ export default {
|
|||||||
themeName: 'Dark',
|
themeName: 'Dark',
|
||||||
palette: {
|
palette: {
|
||||||
primary: {
|
primary: {
|
||||||
main: '#90caf9',
|
main: '#00fcf4',
|
||||||
},
|
},
|
||||||
secondary: blue,
|
secondary: blue,
|
||||||
type: 'dark',
|
type: 'dark',
|
||||||
|
|||||||
Reference in New Issue
Block a user