Skip to content

Commit

Permalink
Merge pull request #2147 from amvanbaren/feature/issue-773
Browse files Browse the repository at this point in the history
Fix Working Group menu background in dark mode
  • Loading branch information
amvanbaren authored Oct 16, 2023
2 parents be987ba + 2f843a4 commit 787a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/menu-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const MobileMenuContent: FunctionComponent = () => {
</MobileMenuItemText>
</Link>
</MobileMenuItem>
<Accordion sx={{border: 0, borderRadius: 0, boxShadow: '0 0'}}>
<Accordion sx={{border: 0, borderRadius: 0, boxShadow: '0 0', background: 'transparent', backgroundImage: 'none'}}>
<AccordionSummary
expandIcon={<ExpandMoreIcon />}
aria-controls="working-group-content"
Expand Down

0 comments on commit 787a97b

Please sign in to comment.