diff --git a/src/data.tsx b/src/data.tsx index cf69b61..fc34be5 100755 --- a/src/data.tsx +++ b/src/data.tsx @@ -33,14 +33,14 @@ export const genders: Gender[] = [ { id: "male", name: "Male", - img: "/male-gender.png", - colorAssociation: "#C1E5FF", + img: "/male.webp", + colorAssociation: "#454895", }, { id: "female", name: "Female", - img: "/female-gender.png", - colorAssociation: "#F7EBFF", + img: "/female.webp", + colorAssociation: ["#642b73", "#c6426e"], }, ];