This commit is contained in:
HeyItsChloe
2026-03-19 10:13:50 -07:00
parent 2963277639
commit 1773afdcd7

View File

@@ -5,6 +5,7 @@ export default function OnboardingLayout() {
<div
data-testid="onboarding-layout"
className="min-h-screen bg-black flex flex-col items-center justify-center"
style={{ backgroundColor: "#000", minHeight: "100vh" }}
>
<Outlet />
</div>