Start the server with npm run dev (navigate to src/ and run npm ci if needed), then visit localhost:3000/manage/people.
Edit the code in manage/people/page.tsx. Try styling the <input type="radio" /> components. If that doesn't work, create a custom radio button group using a <button /> alongside a <label />.
Submit a pull request and tag @dangminhduc1101 for review.
Notes
Since this involves CSS styling, please add a comment explaining any specific CSS/Tailwind changes you made. This task may be a bit challenging, so if you run into issues, leave a comment detailing what you've tried and tag @dangminhduc1101 for help.
Problem
The radio button group at
/manage/people
does not match the Figma design.Expected Design
Current Design
Current Code
In manage/people/page.tsx:
Instructions
develop
branch.npm run dev
(navigate tosrc/
and runnpm ci
if needed), then visitlocalhost:3000/manage/people
.<input type="radio" />
components. If that doesn't work, create a custom radio button group using a<button />
alongside a<label />
.Notes
Since this involves CSS styling, please add a comment explaining any specific CSS/Tailwind changes you made. This task may be a bit challenging, so if you run into issues, leave a comment detailing what you've tried and tag @dangminhduc1101 for help.