added new colors, ui changes

This commit is contained in:
ivic00
2024-11-26 19:32:40 +01:00
parent 29ec985ffa
commit 4b5900c652
8 changed files with 549 additions and 409 deletions

View File

@ -36,6 +36,7 @@ import { useUploadProfilePicture } from "@/hooks/useUploadProfilePicture";
import { ImagePickerAsset } from "expo-image-picker";
import MenuDotsIcon from "@/assets/svgs/MenuDotsIcon";
import UserOptions from "./UserOptions";
import { colorMap } from "@/constants/colorMap";
type MyGroupProps = {
onNewUserClick: boolean;
@ -183,7 +184,7 @@ const MyGroup: React.FC<MyGroupProps> = ({
/>
) : (
<View
style={[styles.pfp, { backgroundColor: "#ea156d" }]}
style={[styles.pfp, { backgroundColor: member.eventColor || colorMap.pink }]}
/>
)}
<View row marginL-10 centerV>