Skip to content

Commit 3ca125a

Browse files
committed
feat: increase side margins of api key table
1 parent 8565c36 commit 3ca125a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/api/ApiKey.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const Container = styled(Box)`
2626
flex-direction: column;
2727
align-items: center;
2828
margin-top: 50px;
29-
margin-left: 50px;
30-
margin-right: 50px;
29+
margin-left: 70px;
30+
margin-right: 70px;
3131
`;
3232

3333
const ApiKeyManager = () => {

0 commit comments

Comments
 (0)