Skip to content

Commit

Permalink
Merge pull request #690 from rishabhsharma1997/master
Browse files Browse the repository at this point in the history
fix: inner border of checkbox svg
  • Loading branch information
captain-Akshay authored Jul 23, 2024
2 parents 2a9818d + 54cd1d7 commit 8b0631d
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 8b0631d

Please sign in to comment.