Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function AuthLayoutV2({ children, topRightContent, dependencies: d = DEPE
</footer>
</div>

<div className="relative z-10 flex w-full flex-1 items-center justify-center overflow-y-auto px-3 py-4 lg:p-0 dark:bg-[#0a0a0a]">{children}</div>
<div className="relative z-10 flex w-full flex-1 items-center justify-center overflow-y-auto bg-white px-3 py-4 lg:p-0 dark:bg-[#0a0a0a]">{children}</div>
</div>
);
}
Loading