Fix loading bar margin
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user