- Removed background color of the grocery items text for number of items

This commit is contained in:
Dejan
2024-12-08 14:06:19 +01:00
parent 1c2f18e288
commit f382d403cd

View File

@ -113,10 +113,8 @@ const GroceryList = ({onInputFocus}: {onInputFocus: (y: number) => void}) => {
> >
<View row centerV> <View row centerV>
<View <View
backgroundColor="#e2eed8"
paddingH-15 paddingH-15
paddingV-8 paddingV-8
marginR-5
centerV centerV
style={{borderRadius: 50}} style={{borderRadius: 50}}
> >
@ -134,7 +132,6 @@ const GroceryList = ({onInputFocus}: {onInputFocus: (y: number) => void}) => {
</Text> </Text>
</View> </View>
<View <View
backgroundColor="#faead2"
padding-8 padding-8
paddingH-12 paddingH-12
marginR-15 marginR-15