From 0e8f34c08d95bfd67449217147e5e284b71cb03c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 3 Oct 2024 05:01:20 +0530 Subject: [PATCH] fix: revert changes --- src/components/organisms/ApiKey.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/organisms/ApiKey.tsx b/src/components/organisms/ApiKey.tsx index ed6fdd24..b76a4551 100644 --- a/src/components/organisms/ApiKey.tsx +++ b/src/components/organisms/ApiKey.tsx @@ -35,8 +35,7 @@ const CenteredContent = styled(Box)` display: flex; flex-direction: column; align-items: center; - justify-content: center; - margin-top: 50px; /* Add top margin for spacing */ + margin-top: 20px; `; const ApiKeyManager = () => {