Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Dec 8, 2023
1 parent 743e3d1 commit 627d775
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/TopBar/AboutDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,25 +240,26 @@ const AboutDialog = ({
</Fade>
</Box>
</Box>

{/* TODO found how to scroll only in this box, to keep logo and global version always visible */}
<Box
sx={{
'.MuiAccordion-root': {
//dunno why the have the background as black in dark mode
//dunno why the theme has the background as black in dark mode
bgcolor: 'unset',
},
'.MuiAccordionSummary-content > .MuiSvgIcon-root': {
marginRight: '0.5rem',
},
}}
>
{/* TODO found how to scroll only in this section, to keep logo and global version always visible */}

<Accordion
disableGutters
variant="outlined"
disabled
sx={{ display: 'none' }}
>
{/* disabled, todo for future update */}
<AccordionSummary
expandIcon={<ExpandMore />}
aria-controls="panel1-content"
Expand All @@ -273,7 +274,7 @@ const AboutDialog = ({
</Typography>
</AccordionSummary>
<AccordionDetails>
{/* TODO license app summary text */}
license app summary text
</AccordionDetails>
</Accordion>

Expand Down

0 comments on commit 627d775

Please sign in to comment.