feat(F-053): completed feature

This commit is contained in:
chattie
2026-08-19 10:48:35 +02:00
parent adf1d20c4c
commit 6a74f5ede6
10 changed files with 182 additions and 87 deletions

View File

@@ -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]" />