mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 00:44:54 +00:00
ui changes
This commit is contained in:
@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user