From 18e52fcc9e8507c41080cad4fd888d74e15198c6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 02:57:36 +0530 Subject: [PATCH] feat: better ui --- src/components/organisms/ProxyForm.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 3c6b9a80..914824fd 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -8,8 +8,6 @@ const FormContainer = styled(Box)({ display: 'flex', flexDirection: 'column', gap: '16px', - padding: '20px', - borderRadius: '8px', }); const FormControl = styled(Box)({ @@ -85,7 +83,7 @@ const ProxyForm: React.FC = () => { return ( -
+ Proxy Configuration @@ -147,7 +145,7 @@ const ProxyForm: React.FC = () => { > Add Proxy - +
); };