diff --git a/src/screens/Onboarding/Layout.tsx b/src/screens/Onboarding/Layout.tsx index 63da1db66f..e7be0457fa 100644 --- a/src/screens/Onboarding/Layout.tsx +++ b/src/screens/Onboarding/Layout.tsx @@ -19,7 +19,7 @@ import { } from '#/alf' import {leading} from '#/alf/typography' import {Button, ButtonIcon, ButtonText} from '#/components/Button' -import {ChevronLeft_Stroke2_Corner0_Rounded as ChevronLeft} from '#/components/icons/Chevron' +import {ArrowLeft_Stroke2_Corner0_Rounded as ArrowLeft} from '#/components/icons/Arrow' import {createPortalGroup} from '#/components/Portal' import {P, Text} from '#/components/Typography' @@ -95,14 +95,14 @@ export function Layout({children}: React.PropsWithChildren<{}>) { @@ -185,22 +185,22 @@ export function Layout({children}: React.PropsWithChildren<{}>) { style={[ a.w_full, {maxWidth: COL_WIDTH}, - gtMobile && [a.flex_row, a.justify_between], + gtMobile && [a.flex_row, a.justify_between, a.align_center], ]}> {gtMobile && (state.hasPrev ? ( ) : ( - + ))}