mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +00:00
- Removed background color of the grocery items text for number of items
This commit is contained in:
@ -113,10 +113,8 @@ const GroceryList = ({onInputFocus}: {onInputFocus: (y: number) => void}) => {
|
||||
>
|
||||
<View row centerV>
|
||||
<View
|
||||
backgroundColor="#e2eed8"
|
||||
paddingH-15
|
||||
paddingV-8
|
||||
marginR-5
|
||||
centerV
|
||||
style={{borderRadius: 50}}
|
||||
>
|
||||
@ -134,7 +132,6 @@ const GroceryList = ({onInputFocus}: {onInputFocus: (y: number) => void}) => {
|
||||
</Text>
|
||||
</View>
|
||||
<View
|
||||
backgroundColor="#faead2"
|
||||
padding-8
|
||||
paddingH-12
|
||||
marginR-15
|
||||
|
||||
Reference in New Issue
Block a user