Fix library appbar selection checkbox intermediate color
This commit is contained in:
@@ -27,7 +27,7 @@ export const SelectableCollectionSelectAll = ({
|
|||||||
sx={{
|
sx={{
|
||||||
padding: '8px',
|
padding: '8px',
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
'&.Mui-checked': {
|
'&.Mui-checked, &.MuiCheckbox-indeterminate': {
|
||||||
color: 'inherit',
|
color: 'inherit',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user