Skip to content

Commit

Permalink
Update MapOverlayList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaiger committed Oct 17, 2024
1 parent 7625c49 commit aa59c07
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ const AccordionContent = styled(AccordionDetails)`
const FormLabel = styled(FormControlLabel)`
border-radius: 3px;
&.Mui-disabled .MuiSvgIcon-root {
color: rgba(255, 255, 255, 0.5);
}
&:hover {
background: rgba(153, 153, 153, 0.2);
}
Expand Down

0 comments on commit aa59c07

Please sign in to comment.