Skip to content

Commit ec2f14e

Browse files
committed
add bg color back in
1 parent 89b30b1 commit ec2f14e

File tree

1 file changed

+6
-6
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug_.select-plan

1 file changed

+6
-6
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug_.select-plan/route.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export default function ChoosePlanPage() {
4949
useTypedLoaderData<typeof loader>();
5050

5151
return (
52-
<BackgroundWrapper>
53-
<AppContainer>
54-
<PageBody>
52+
<AppContainer>
53+
<PageBody className="bg-charcoal-900">
54+
<BackgroundWrapper>
5555
<div className="mx-auto mt-4 flex h-fit min-h-full max-w-[80rem] flex-col items-center justify-center gap-8 lg:mt-0">
5656
<Header1 className="text-center">Subscribe for full access</Header1>
5757
<div className="w-full rounded-lg border border-grid-bright bg-background-dimmed p-5 shadow-lg">
@@ -65,8 +65,8 @@ export default function ChoosePlanPage() {
6565
/>
6666
</div>
6767
</div>
68-
</PageBody>
69-
</AppContainer>
70-
</BackgroundWrapper>
68+
</BackgroundWrapper>
69+
</PageBody>
70+
</AppContainer>
7171
);
7272
}

0 commit comments

Comments
 (0)