Fix library appbar selection checkbox intermediate color

This commit is contained in:
schroda
2024-09-10 18:25:17 +02:00
parent a9e0853e34
commit 8fc6900148

View File

@@ -27,7 +27,7 @@ export const SelectableCollectionSelectAll = ({
sx={{
padding: '8px',
color: 'inherit',
'&.Mui-checked': {
'&.Mui-checked, &.MuiCheckbox-indeterminate': {
color: 'inherit',
},
}}