mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
Improve bulk actions color contrast
This commit is contained in:
parent
0909ac01da
commit
c4b7193419
@ -10,8 +10,7 @@ const SongBulkActions = (props) => {
|
||||
const unselectAll = useUnselectAll()
|
||||
useEffect(() => {
|
||||
unselectAll(props.resource)
|
||||
// eslint-disable-next-line
|
||||
}, [])
|
||||
}, [unselectAll, props.resource])
|
||||
return (
|
||||
<Fragment>
|
||||
<BatchPlayButton
|
||||
|
||||
@ -4,7 +4,7 @@ export default {
|
||||
themeName: 'Dark',
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#90caf9',
|
||||
main: '#00fcf4',
|
||||
},
|
||||
secondary: blue,
|
||||
type: 'dark',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user