feat: center loader vertically & horizontally

This commit is contained in:
karishmas6
2024-11-29 22:33:02 +05:30
parent 38516c0d84
commit a3c494ea28

View File

@@ -100,6 +100,7 @@ const ApiKeyManager = () => {
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
height: '100vh', height: '100vh',
width: '100vw',
}} }}
> >
<CircularProgress /> <CircularProgress />