feat: use typography h6

This commit is contained in:
karishmas6
2024-10-11 03:03:22 +05:30
parent 9713c52822
commit f975c3743d

View File

@@ -7,7 +7,6 @@ import { useGlobalInfoStore } from '../../context/globalInfo';
const FormContainer = styled(Box)({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
gap: '16px',
});
@@ -84,10 +83,10 @@ const ProxyForm: React.FC = () => {
return (
<FormContainer>
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 400, width: '100%' }}>
<Typography variant="subtitle1" gutterBottom style={{ marginBottom: '20px', marginTop: '20px' }}>
<Typography variant="h6" gutterBottom component="div" style={{ marginTop: '20px' }}>
Proxy Configuration
</Typography>
<Box component="form" onSubmit={handleSubmit} sx={{ maxWidth: 400, width: '100%' }}>
<FormControl>
<TextField
label="Proxy Server URL"