chore: update setting sections padding

This commit is contained in:
Steven
2023-08-07 19:54:51 +08:00
parent dadf42c09b
commit 6f96e5e0c8
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ const Setting: React.FC = () => {
const isAdmin = currentUser.role === "ADMIN";
return (
<div className="mx-auto max-w-6xl w-full px-3 md:px-12 py-6 flex flex-col justify-start items-start space-y-4">
<div className="mx-auto max-w-6xl w-full px-3 md:px-12 py-6 flex flex-col justify-start items-start gap-y-12">
<AccountSection />
<AccessTokenSection />
{isAdmin && (