From b6da8c07849f91758f0ceb45b468013eb9b82b10 Mon Sep 17 00:00:00 2001 From: Gauvain Date: Tue, 16 Jun 2026 21:49:57 +0200 Subject: [PATCH] fix(settings): align the Settings/Plugins back chevron with the edge Drop the `pl-0.5` that pushed the back chevron slightly to the right on the Settings and Plugins headers, matching the other back buttons. --- app/(auth)/(tabs)/(home)/_layout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/(auth)/(tabs)/(home)/_layout.tsx b/app/(auth)/(tabs)/(home)/_layout.tsx index de5545d6..e1183f72 100644 --- a/app/(auth)/(tabs)/(home)/_layout.tsx +++ b/app/(auth)/(tabs)/(home)/_layout.tsx @@ -73,7 +73,6 @@ export default function IndexLayout() { headerLeft: () => ( _router.back()} - className='pl-0.5' style={{ marginRight: Platform.OS === "android" ? 16 : 0 }} > @@ -158,7 +157,6 @@ export default function IndexLayout() { headerLeft: () => ( _router.back()} - className='pl-0.5' style={{ marginRight: Platform.OS === "android" ? 16 : 0 }} >