From 0179ea1fa933797d9ee37d2b267d97555153d966 Mon Sep 17 00:00:00 2001 From: Catherine Tan Date: Sun, 8 Dec 2024 01:35:43 -0800 Subject: [PATCH] remove absolute styling of next button --- app/onboarding/page.tsx | 173 ++++++++++++++++++++------------------- app/onboarding/styles.ts | 17 ++-- 2 files changed, 100 insertions(+), 90 deletions(-) diff --git a/app/onboarding/page.tsx b/app/onboarding/page.tsx index 38906d7..2daf1e1 100644 --- a/app/onboarding/page.tsx +++ b/app/onboarding/page.tsx @@ -8,6 +8,7 @@ import LabeledCustomSelect from '@/components/EditableInput'; import ProgressBar from '@/components/ProgressBar'; import RadioGroup from '@/components/RadioGroup'; import COLORS from '@/styles/colors'; +import { Flex } from '@/styles/containers'; import { H3, P1, P3 } from '@/styles/text'; import { DropdownOption, Profile, UserTypeEnum } from '@/types/schema'; import { useAuth } from '@/utils/AuthProvider'; @@ -68,18 +69,20 @@ const StateSelection = ({ }: StateSelectionProps & { onNext: () => void }) => { return ( - - - QUESTION 1 OF 3 - - -

What state are you in?

-
- + + + + QUESTION 1 OF 3 + + +

What state are you in?

+
+ +