feat: use typography h6

This commit is contained in:
karishmas6
2024-10-11 03:11:03 +05:30
parent 70e0b7cabd
commit af016302e2

View File

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