fix: design

This commit is contained in:
Fredrik Burmester
2025-10-06 10:13:59 +02:00
parent ec7954036e
commit 23406b957d
6 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ export const HeaderBackButton: React.FC<Props> = ({
className='flex items-center justify-center w-9 h-9'
{...touchableOpacityProps}
>
<Ionicons name='arrow-back' size={24} color='white' />
<Ionicons name='chevron-back' size={24} color='white' />
</TouchableOpacity>
);
}