feat: set margin top 15px

This commit is contained in:
karishmas6
2024-10-07 19:10:54 +05:30
parent b9e5a93d1d
commit bffa9a546e

View File

@@ -129,7 +129,7 @@ const ApiKeyManager = () => {
) : (
<>
<Typography>You haven't generated an API key yet.</Typography>
<Button onClick={generateApiKey} variant="contained" color="primary">
<Button onClick={generateApiKey} variant="contained" color="primary" sx={{ marginTop: '15px'}}>
Generate API Key
</Button>
</>