feat: remove border
This commit is contained in:
@@ -258,7 +258,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
))}
|
))}
|
||||||
</FormContainer>
|
</FormContainer>
|
||||||
|
|
||||||
<Alert severity="info" sx={{ marginTop: '80px', marginLeft: '50px', height: '250px', width: '600px', border: '1px solid #ff00c3' }}>
|
<Alert severity="info" sx={{ marginTop: '80px', marginLeft: '50px', height: '250px', width: '600px' }}>
|
||||||
<AlertTitle>{t('proxy.alert.title')}</AlertTitle>
|
<AlertTitle>{t('proxy.alert.title')}</AlertTitle>
|
||||||
<br />
|
<br />
|
||||||
<b>{t('proxy.alert.right_way')}</b>
|
<b>{t('proxy.alert.right_way')}</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user