ui changes

This commit is contained in:
Milan Paunovic
2024-10-13 11:37:44 +02:00
parent f4be82587c
commit 36329dc2f2
3 changed files with 76 additions and 78 deletions

View File

@ -75,7 +75,7 @@ const GroceryItem = ({
{!isEditingTitle ? (
<View>
<TouchableOpacity onPress={() => setIsEditingTitle(true)}>
<Text text70T>{item.title}</Text>
<Text text70T black style={{fontWeight: "400"}}>{item.title}</Text>
</TouchableOpacity>
</View>
) : (