From ba82744219dabf9268bb25b758df8a5400f682d5 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sun, 21 Jun 2026 14:29:49 +0330 Subject: [PATCH] food item discount color --- src/components/listview/MenuItem.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/listview/MenuItem.tsx b/src/components/listview/MenuItem.tsx index 5e150d7..d6c1845 100644 --- a/src/components/listview/MenuItem.tsx +++ b/src/components/listview/MenuItem.tsx @@ -131,19 +131,22 @@ const MenuItem = ({ food }: MenuItemProps) => { )} -
-
+
+
{hasDiscount ? ( <> {formattedOriginalPrice} T - + {formattedPrice} T ) : ( - + {formattedPrice} T )}