feat: set typography variant to subtitle2
This commit is contained in:
@@ -146,7 +146,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
isProxyConfigured ? (
|
isProxyConfigured ? (
|
||||||
<Box sx={{ maxWidth: 600, width: '100%', marginTop: '20px' }}>
|
<Box sx={{ maxWidth: 600, width: '100%', marginTop: '20px' }}>
|
||||||
<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
|
Current Proxy Configuration
|
||||||
</Typography>
|
</Typography>
|
||||||
<TableContainer component={Paper} sx={{ margin: '30px 0px' }}>
|
<TableContainer component={Paper} sx={{ margin: '30px 0px' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user