From f382d403cd207d1e690ef824772c5e100285e239 Mon Sep 17 00:00:00 2001 From: Dejan Date: Sun, 8 Dec 2024 14:06:19 +0100 Subject: [PATCH] - Removed background color of the grocery items text for number of items --- components/pages/grocery/GroceryList.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/pages/grocery/GroceryList.tsx b/components/pages/grocery/GroceryList.tsx index 96229ce..5fc368c 100644 --- a/components/pages/grocery/GroceryList.tsx +++ b/components/pages/grocery/GroceryList.tsx @@ -113,10 +113,8 @@ const GroceryList = ({onInputFocus}: {onInputFocus: (y: number) => void}) => { > @@ -134,7 +132,6 @@ const GroceryList = ({onInputFocus}: {onInputFocus: (y: number) => void}) => {