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