modal filter ( font size + space from top)

This commit is contained in:
hamid zarghami
2025-12-25 09:30:44 +03:30
parent 931e4dac39
commit 84c9a956a6
@@ -92,7 +92,7 @@ const MenuFilterDrawer = ({
outDelay={150}
onClick={onClose}
>
<div className="ps-8.5 pe-[31px] mt-[89px]">
<div className="px-6 mt-5">
<div className="flex flex-col gap-2">
<label className="text-sm2 text-foreground">
{tMenu("MenuFilterDrawer.SelectContent.Label")}
@@ -102,7 +102,7 @@ const MenuFilterDrawer = ({
value={tempIngredients}
onChange={handleIngredientsChange}
placeholder={tMenu("MenuFilterDrawer.SelectContent.Placeholder") || "محتویات را وارد کنید..."}
className="w-full h-11 px-3 py-2.5 text-sm2 rounded-normal border border-border bg-container/29 focus:outline-none focus:ring-2 focus:ring-black text-xs!"
className="w-full h-11 px-3 py-2.5 rounded-normal border border-border bg-container/29 focus:outline-none focus:ring-2 focus:ring-black text-xs!"
/>
</div>
<ComboBox