Skip to content

Commit 8ec2bec

Browse files
committed
feat: add correct text color and layout adjustments
1 parent 5a660d4 commit 8ec2bec

File tree

4 files changed

+373
-190
lines changed

4 files changed

+373
-190
lines changed

src/components/ContactModal/CheckboxStyled.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const CheckboxStyled = forwardRef<HTMLInputElement, CheckboxStyledProps>(
7171
}
7272

7373
return (
74-
<Checkbox spacing={spacing} sx={classes} {...props} ref={ref}>
74+
<Checkbox spacing={spacing} sx={classes} {...props} ref={ref} color={'text.primary'}>
7575
{children}
7676
</Checkbox>
7777
)

0 commit comments

Comments
 (0)