Skip to content

Commit 54cd1d7

Browse files
fix: inner border of checkbox svg
Signed-off-by: rishabhsharma1997 <rishabhsharma19997@gmail.com>
1 parent 94614ab commit 54cd1d7

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)