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?

+
+ +