Improve bulk actions color contrast

This commit is contained in:
Deluan 2020-10-31 11:05:33 -04:00
parent 1f842b08e2
commit 488db26675
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,7 @@ const SongBulkActions = (props) => {
const unselectAll = useUnselectAll()
useEffect(() => {
unselectAll(props.resource)
// eslint-disable-next-line
}, [])
}, [unselectAll, props.resource])
return (
<Fragment>
<BatchPlayButton

View File

@ -4,7 +4,7 @@ export default {
themeName: 'Dark',
palette: {
primary: {
main: '#90caf9',
main: '#00fcf4',
},
secondary: blue,
type: 'dark',