feat: margin bottom

This commit is contained in:
karishmas6
2024-10-03 14:41:40 +05:30
parent 329dbfc64c
commit 7702f64af0

View File

@@ -89,7 +89,7 @@ const ApiKeyManager = () => {
return (
<Container>
<Typography variant="h5">Manage Your API Key</Typography>
<Typography variant="h5" sx={{ marginBottom: '20px'}}>Manage Your API Key</Typography>
{apiKey ? (
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>