File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug_.select-plan Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments