Skip to content

Commit 9b2e601

Browse files
committed
Merge branch 'master' of https://github.com/sudhanshutech/sistent into toolbar/options
Signed-off-by: Sudhanshu Dasgupta <dasguptashivam23@gmail.com>
2 parents 46528ba + 8b0631d commit 9b2e601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/components/checkbox.modifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ export const MuiCheckbox: Components<Theme>['MuiCheckbox'] = {
2323
height: '1.25rem',
2424
borderColor: brand?.default,
2525
marginLeft: '0px',
26+
fill: inverseBackground ? inverseColor : defaultText,
2627
padding: '0px'
2728
}
2829
},
2930
'& .MuiSvgIcon-root': {
3031
width: '1.25rem',
3132
height: '1.25rem',
32-
fill: inverseBackground ? inverseColor : defaultText,
3333
border: `.75px solid ${inverseBackground ? inverseColor : strong}`,
3434
borderRadius: '2px',
3535
padding: '0px'

0 commit comments

Comments
 (0)