Skip to content

Commit

Permalink
fix: inner border of checkbox svg
Browse files Browse the repository at this point in the history
Signed-off-by: rishabhsharma1997 <[email protected]>
  • Loading branch information
rishabhsharma1997 committed Jul 23, 2024
1 parent 94614ab commit 54cd1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/components/checkbox.modifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ export const MuiCheckbox: Components<Theme>['MuiCheckbox'] = {
height: '1.25rem',
borderColor: brand?.default,
marginLeft: '0px',
fill: inverseBackground ? inverseColor : defaultText,
padding: '0px'
}
},
'& .MuiSvgIcon-root': {
width: '1.25rem',
height: '1.25rem',
fill: inverseBackground ? inverseColor : defaultText,
border: `.75px solid ${inverseBackground ? inverseColor : strong}`,
borderRadius: '2px',
padding: '0px'
Expand Down

0 comments on commit 54cd1d7

Please sign in to comment.