Skip to content

Commit

Permalink
fix: White backgrounds for checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jun 24, 2024
1 parent ede9089 commit b21c6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/ui/shared/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Root = styled(Box)(({ theme }) => ({
height: 40,
borderColor: theme.palette.text.primary,
border: "2px solid",
background: "transparent",
backgroundColor: theme.palette.common.white,
"&:focus-within": borderedFocusStyle,
}));

Expand Down

0 comments on commit b21c6d3

Please sign in to comment.