From 3ca125a0971a58ce999ec5b28b059dc2f358730a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 5 Nov 2025 22:19:28 +0530 Subject: [PATCH] feat: increase side margins of api key table --- src/components/api/ApiKey.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index b291a20c..27897169 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -26,8 +26,8 @@ const Container = styled(Box)` flex-direction: column; align-items: center; margin-top: 50px; - margin-left: 50px; - margin-right: 50px; + margin-left: 70px; + margin-right: 70px; `; const ApiKeyManager = () => {