From 67aa7872b3db4a3b6f2c4225f694e650e0d31bec Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 21 Aug 2025 13:02:53 +0300 Subject: [PATCH] replace chevron with arrow --- src/screens/Onboarding/Layout.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 ? ( ) : ( - + ))}