add: filter switch controls

This commit is contained in:
Mahyar Khanbolooki
2025-07-11 22:11:41 +03:30
parent f6483706c0
commit 09bfd832d4
9 changed files with 128 additions and 15 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
/>
<div className="w-full h-full inline-flex flex-col justify-between">
<div>
<div className="text-sm2 font-semibold">{food.name}</div>
<div className="text-sm2 font-medium">{food.name}</div>
<div className="text-[#7F7F7F] text-xs leading-5 font-normal mt-2">
{food.contains}
</div>