fix: change modal title color on teks
Déploiement FRONT PROD / check (push) Successful in 2m4s
Déploiement FRONT PROD / deploy (push) Successful in 21s

This commit is contained in:
2026-06-15 21:31:45 +04:00
parent 2f46b6372f
commit d80a77d9e7
+2 -2
View File
@@ -211,7 +211,7 @@ export default function FilesList({files}) {
component='nav'
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'>
<LibraryMusicIcon />
<Typography gutterBottom marginLeft={1} variant='button'>Musiques</Typography>
@@ -277,7 +277,7 @@ export default function FilesList({files}) {
component='nav'
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'>
<DescriptionIcon />
<Typography gutterBottom marginLeft={1} variant='button'>Paroles</Typography>