fix: header issue

This commit is contained in:
Fredrik Burmester
2024-11-24 10:51:01 +01:00
parent 734772fb92
commit 335765993d

View File

@@ -27,7 +27,7 @@ export default function IndexLayout() {
onPress={() => {
router.push("/(auth)/settings");
}}
className="p-2"
className="pl-2"
>
<Feather name="settings" color={"white"} size={22} />
</TouchableOpacity>