chore: update 2 icons

This commit is contained in:
Mahyar Khanbolooki
2025-07-11 22:30:22 +03:30
parent 9a551f1518
commit 5edba125a9
3 changed files with 22 additions and 12 deletions
+8 -7
View File
@@ -16,7 +16,8 @@ import AnimatedBottomSheet from "@/components/bottomsheet/AnimatedBottomSheet";
import MultiOption from "@/components/combobox/MultiOption";
import { DropdownOption } from "@/components/combobox/Combobox";
import { Switch } from "@/components/ui/switch";
import MedalStarIcon from "@/components/icons/MedalStartIcon";
import { LucideMedal, Medal, MedalIcon, StarHalf, StarIcon, Stars, TicketPercentIcon } from "lucide-react";
import TicketDiscountIcon from "@/components/icons/TickerDiscountIcon";
const categories = new Array(13).fill({ title: "خوراک", icon: "" });
@@ -247,19 +248,19 @@ const MenuIndex = () => {
selectedId={selectedShippingId}
onSelectionChange={changeSelectedShipping} />
<div
className="flex w-full mt-9.5 h-11 items-center justify-between gap-2 px-3 py-4 relative bg-white/29 rounded-xl border border-solid border-neutral-200 cursor-pointer focus:outline-none focus:ring-2 focus:ring-black"
className="flex w-full mt-[23px] h-11 items-center justify-between gap-2 px-3 py-4 relative bg-white/29 rounded-xl border border-solid border-neutral-200 cursor-pointer focus:outline-none focus:ring-2 focus:ring-black"
>
<span>
<MedalStarIcon />
<span className="inline-flex items-center gap-2.5 text-sm2">
<Medal size={16} />
دارای امتیاز پس از خرید
</span>
<Switch className="w-12 h-6" />
</div>
<div
className="flex w-full mt-9.5 h-11 items-center justify-between gap-2 px-3 py-4 relative bg-white/29 rounded-xl border border-solid border-neutral-200 cursor-pointer focus:outline-none focus:ring-2 focus:ring-black"
className="flex w-full mt-[23px] h-11 items-center justify-between gap-2 px-3 py-4 relative bg-white/29 rounded-xl border border-solid border-neutral-200 cursor-pointer focus:outline-none focus:ring-2 focus:ring-black"
>
<span>
<MedalStarIcon />
<span className="inline-flex items-center gap-2.5 text-sm2">
<TicketPercentIcon size={16} />
دارای کد تخفیف
</span>
<Switch />