feat: set typography variant to subtitle2

This commit is contained in:
karishmas6
2024-10-26 23:59:18 +05:30
parent 36cf3bf7b4
commit 41f7e2d6ea

View File

@@ -146,7 +146,7 @@ const ProxyForm: React.FC = () => {
isProxyConfigured ? (
<Box sx={{ maxWidth: 600, width: '100%', marginTop: '20px' }}>
<Box sx={{ maxWidth: 600, width: '100%', marginTop: '20px' }}>
<Typography variant="h6" gutterBottom component="div">
<Typography variant="subtitle1" gutterBottom component="div">
Current Proxy Configuration
</Typography>
<TableContainer component={Paper} sx={{ margin: '30px 0px' }}>