modal filter ( font size + space from top)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user