mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
added new colors, ui changes
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user