feat(F-053): completed feature
This commit is contained in:
@@ -261,8 +261,8 @@ export default function CategoriesPage() {
|
||||
Cualquier categoría (parent o child) puede ser padre; si la elegida aún no lo es, promuévela abajo.
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex items-end">
|
||||
<label className="flex items-center gap-2 text-sm text-gray-700 cursor-pointer px-4 py-2.5 border border-gray-200 rounded-xl bg-gray-50 w-full">
|
||||
<div className="flex items-start pt-[26px]">
|
||||
<label className="flex items-center gap-2 text-sm text-gray-700 cursor-pointer px-4 py-2.5 border border-gray-200 rounded-xl bg-gray-50 w-full min-h-[46px]">
|
||||
<input type="checkbox" checked={form.isParent}
|
||||
onChange={(e) => setForm((f) => ({ ...f, isParent: e.target.checked }))}
|
||||
className="rounded text-[#2D6A4F] focus:ring-[#2D6A4F]" />
|
||||
|
||||
Reference in New Issue
Block a user