From 7147b17a9b7497389d7ded4cda65a14524d36589 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 6 Jan 2026 20:48:03 +0200 Subject: [PATCH] circular back button --- src/screens/Login/components/AuthLayout/Header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Login/components/AuthLayout/Header/index.tsx b/src/screens/Login/components/AuthLayout/Header/index.tsx index f11137dd27..1897999cad 100644 --- a/src/screens/Login/components/AuthLayout/Header/index.tsx +++ b/src/screens/Login/components/AuthLayout/Header/index.tsx @@ -77,7 +77,7 @@ export function BackButton({onPress, style, ...props}: Partial) { size="small" variant="ghost" color="secondary" - shape="square" + shape="round" hitSlop={HITSLOP_30} style={[ {marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET},