correction addChantier

This commit is contained in:
Rochas
2025-12-11 21:38:20 +01:00
parent b0c6829585
commit ef916b2f9b
2 changed files with 36 additions and 27 deletions

View File

@@ -76,7 +76,7 @@ export default function TabLayout() {
options={{
title: 'Ajouter',
tabBarIcon: ({ color }) => (
<AntDesign name="plus" size={24} color="black" />
<AntDesign name="plus" size={24} color={color} />
),
}}
/>