Replace all secondary color by error
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ export default function Alet({esOuve, meteEsOuve, handleKonfime}) {
|
||||
<Button fullWidth autoFocus color='primary' variant='contained' onClick={handleFemen}>
|
||||
Annuler
|
||||
</Button>
|
||||
<Button fullWidth color='secondary' variant='contained' onClick={handleKonfime}>
|
||||
<Button fullWidth color='error' variant='contained' onClick={handleKonfime}>
|
||||
Se déconnecter
|
||||
</Button>
|
||||
</DialogActions>
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function MizikLyen({niAwtis, anPawol, kuveti, slug, meteEsMobilOu
|
||||
)}
|
||||
|
||||
{anPawol.attributes.explicitLyrics && (
|
||||
<ExplicitIcon style={{marginRight: 5}} color='secondary' />
|
||||
<ExplicitIcon style={{marginRight: 5}} color='error' />
|
||||
)}
|
||||
{anPawol.attributes.okiMizikID && (
|
||||
<LibraryMusicIcon style={{fontSize: 30, marginRight: 5}} color='primary' />
|
||||
|
||||
@@ -41,7 +41,7 @@ function Dekoneksyon({tooltipPlacement}) {
|
||||
>
|
||||
<Fab
|
||||
className={classes.dekoneksyon}
|
||||
color='secondary'
|
||||
color='error'
|
||||
aria-label='logout'
|
||||
size='small'
|
||||
onClick={() => meteEsOuve(true)}
|
||||
|
||||
@@ -397,7 +397,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
|
||||
disabled={loading || (teksEkri.awtis === '' && teksEkri.tit === '' && teksEkri.transkripsyon === '')}
|
||||
style={{marginTop: 20}}
|
||||
variant='contained'
|
||||
color='secondary'
|
||||
color='error'
|
||||
onClick={handleReset}
|
||||
>
|
||||
<Typography style={{fontWeight: 'bold'}}>
|
||||
|
||||
@@ -66,7 +66,7 @@ export default function TeksKat({parole}) {
|
||||
{titre}
|
||||
</Typography>
|
||||
{attributes.explicitLyrics && (
|
||||
<ExplicitIcon style={{marginRight: 5}} color='secondary' fontSize='small' />
|
||||
<ExplicitIcon style={{marginRight: 5}} color='error' fontSize='small' />
|
||||
)}
|
||||
</Box>
|
||||
<Box sx={{textAlign: 'start'}}>
|
||||
|
||||
Reference in New Issue
Block a user