Replace all secondary color by error

This commit is contained in:
2023-07-26 08:06:27 +04:00
parent 0e94a95963
commit 3e9d1b477c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export default function Alet({esOuve, meteEsOuve, handleKonfime}) {
<Button fullWidth autoFocus color='primary' variant='contained' onClick={handleFemen}> <Button fullWidth autoFocus color='primary' variant='contained' onClick={handleFemen}>
Annuler Annuler
</Button> </Button>
<Button fullWidth color='secondary' variant='contained' onClick={handleKonfime}> <Button fullWidth color='error' variant='contained' onClick={handleKonfime}>
Se déconnecter Se déconnecter
</Button> </Button>
</DialogActions> </DialogActions>
+1 -1
View File
@@ -39,7 +39,7 @@ export default function MizikLyen({niAwtis, anPawol, kuveti, slug, meteEsMobilOu
)} )}
{anPawol.attributes.explicitLyrics && ( {anPawol.attributes.explicitLyrics && (
<ExplicitIcon style={{marginRight: 5}} color='secondary' /> <ExplicitIcon style={{marginRight: 5}} color='error' />
)} )}
{anPawol.attributes.okiMizikID && ( {anPawol.attributes.okiMizikID && (
<LibraryMusicIcon style={{fontSize: 30, marginRight: 5}} color='primary' /> <LibraryMusicIcon style={{fontSize: 30, marginRight: 5}} color='primary' />
+1 -1
View File
@@ -41,7 +41,7 @@ function Dekoneksyon({tooltipPlacement}) {
> >
<Fab <Fab
className={classes.dekoneksyon} className={classes.dekoneksyon}
color='secondary' color='error'
aria-label='logout' aria-label='logout'
size='small' size='small'
onClick={() => meteEsOuve(true)} onClick={() => meteEsOuve(true)}
+1 -1
View File
@@ -397,7 +397,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
disabled={loading || (teksEkri.awtis === '' && teksEkri.tit === '' && teksEkri.transkripsyon === '')} disabled={loading || (teksEkri.awtis === '' && teksEkri.tit === '' && teksEkri.transkripsyon === '')}
style={{marginTop: 20}} style={{marginTop: 20}}
variant='contained' variant='contained'
color='secondary' color='error'
onClick={handleReset} onClick={handleReset}
> >
<Typography style={{fontWeight: 'bold'}}> <Typography style={{fontWeight: 'bold'}}>
+1 -1
View File
@@ -66,7 +66,7 @@ export default function TeksKat({parole}) {
{titre} {titre}
</Typography> </Typography>
{attributes.explicitLyrics && ( {attributes.explicitLyrics && (
<ExplicitIcon style={{marginRight: 5}} color='secondary' fontSize='small' /> <ExplicitIcon style={{marginRight: 5}} color='error' fontSize='small' />
)} )}
</Box> </Box>
<Box sx={{textAlign: 'start'}}> <Box sx={{textAlign: 'start'}}>