fix: change modal title color on teks
This commit is contained in:
@@ -211,7 +211,7 @@ export default function FilesList({files}) {
|
|||||||
component='nav'
|
component='nav'
|
||||||
aria-labelledby='nested-list-subheader'
|
aria-labelledby='nested-list-subheader'
|
||||||
>
|
>
|
||||||
<ListSubheader disableSticky sx={{backgroundColor: mode === 'light' ? theme.palette.grey[100] : theme.palette.background.default}} color='primary'>
|
<ListSubheader disableSticky sx={{bgcolor: 'background.paper'}}>
|
||||||
<Box paddingBlock={1} display='flex' justifyContent='center'>
|
<Box paddingBlock={1} display='flex' justifyContent='center'>
|
||||||
<LibraryMusicIcon />
|
<LibraryMusicIcon />
|
||||||
<Typography gutterBottom marginLeft={1} variant='button'>Musiques</Typography>
|
<Typography gutterBottom marginLeft={1} variant='button'>Musiques</Typography>
|
||||||
@@ -277,7 +277,7 @@ export default function FilesList({files}) {
|
|||||||
component='nav'
|
component='nav'
|
||||||
aria-labelledby='nested-list-subheader'
|
aria-labelledby='nested-list-subheader'
|
||||||
>
|
>
|
||||||
<ListSubheader disableSticky sx={{marginTop: 2, backgroundColor: mode === 'light' ? theme.palette.grey[100] : theme.palette.background.default}} color='primary'>
|
<ListSubheader disableSticky sx={{marginTop: 2, bgcolor: 'background.paper'}}>
|
||||||
<Box paddingBlock={1} display='flex' justifyContent='center' alignSelf='center'>
|
<Box paddingBlock={1} display='flex' justifyContent='center' alignSelf='center'>
|
||||||
<DescriptionIcon />
|
<DescriptionIcon />
|
||||||
<Typography gutterBottom marginLeft={1} variant='button'>Paroles</Typography>
|
<Typography gutterBottom marginLeft={1} variant='button'>Paroles</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user