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},