From 1b5a236246f41fac96fd73e33f44eb611d836ca4 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 5 Nov 2025 22:05:42 +0530 Subject: [PATCH] feat: match left & right margins --- src/components/api/ApiKey.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index 1e0386c9..88856ba8 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -27,6 +27,7 @@ const Container = styled(Box)` align-items: center; margin-top: 50px; margin-left: 50px; + margin-right: 50px; `; const ApiKeyManager = () => {