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}>
|
<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>
|
||||||
|
|||||||
@@ -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' />
|
||||||
|
|||||||
@@ -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)}
|
||||||
|
|||||||
@@ -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'}}>
|
||||||
|
|||||||
@@ -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'}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user