Fix loading bar margin

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-06 10:08:32 +04:00
parent 0e4d6e1bde
commit 46573e5e40
+1 -1
View File
@@ -54,7 +54,7 @@ export default function CheckoutForm({setPaymentIsReady, setError, isLoading, se
</Button> </Button>
)} )}
{isPaymentLoading && ( {isPaymentLoading && (
<LinearProgress size={24} style={{width: '100%', marginBlock: 5}} /> <LinearProgress size={24} style={{width: '100%', marginTop: 10}} />
)} )}
</Paper> </Paper>
</Container> </Container>