We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a9818d + 54cd1d7 commit 8b0631dCopy full SHA for 8b0631d
1 file changed
src/theme/components/checkbox.modifier.ts
@@ -23,13 +23,13 @@ export const MuiCheckbox: Components<Theme>['MuiCheckbox'] = {
23
height: '1.25rem',
24
borderColor: brand?.default,
25
marginLeft: '0px',
26
+ fill: inverseBackground ? inverseColor : defaultText,
27
padding: '0px'
28
}
29
},
30
'& .MuiSvgIcon-root': {
31
width: '1.25rem',
32
- fill: inverseBackground ? inverseColor : defaultText,
33
border: `.75px solid ${inverseBackground ? inverseColor : strong}`,
34
borderRadius: '2px',
35
0 commit comments