upd: redesign
This commit is contained in:
@@ -169,7 +169,7 @@ export default function AddMemberCalendarEvent() {
|
||||
return (
|
||||
<Pressable
|
||||
key={index}
|
||||
style={[Styles.itemSelectModal]}
|
||||
style={[Styles.itemSelectModal, {borderColor: colors.icon + '20'}]}
|
||||
onPress={() => {
|
||||
!found && onChoose(item.idUser, item.name, item.img)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user