From fa7b68537e0630b91261e1a084417018f5cb863c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 13 May 2025 23:30:16 +0530 Subject: [PATCH] feat: set margin top --- src/components/proxy/ProxyForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/proxy/ProxyForm.tsx b/src/components/proxy/ProxyForm.tsx index 8c182a77..7aa20175 100644 --- a/src/components/proxy/ProxyForm.tsx +++ b/src/components/proxy/ProxyForm.tsx @@ -162,7 +162,7 @@ const ProxyForm: React.FC = () => { {t('proxy.title')} - + @@ -204,7 +204,7 @@ const ProxyForm: React.FC = () => { required error={!!errors.server_url} helperText={ - + {errors.server_url || t('proxy.server_url_helper')} }