Change CircularProgress size and margin
This commit is contained in:
@@ -32,8 +32,8 @@ function Chwa(props) {
|
|||||||
<Dialog open={open} onClose={handleClose}>
|
<Dialog open={open} onClose={handleClose}>
|
||||||
<DialogTitle>Choisir le texte à modifier</DialogTitle>
|
<DialogTitle>Choisir le texte à modifier</DialogTitle>
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<Container sx={{textAlign: 'center'}}>
|
<Container sx={{textAlign: 'center', marginBottom: 1}}>
|
||||||
<CircularProgress sx={{color: '#29d'}} />
|
<CircularProgress size={20} sx={{color: '#29d'}} />
|
||||||
</Container>
|
</Container>
|
||||||
) : (
|
) : (
|
||||||
<List sx={{pt: 0}}>
|
<List sx={{pt: 0}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user