circular back button

This commit is contained in:
Samuel Newman
2026-01-06 20:48:03 +02:00
parent b90bab73bc
commit 7147b17a9b
@@ -77,7 +77,7 @@ export function BackButton({onPress, style, ...props}: Partial<ButtonProps>) {
size="small" size="small"
variant="ghost" variant="ghost"
color="secondary" color="secondary"
shape="square" shape="round"
hitSlop={HITSLOP_30} hitSlop={HITSLOP_30}
style={[ style={[
{marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET}, {marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET},