NTP-70754 | pop up on open map in mav view

This commit is contained in:
aishwarya.srivastava
2025-06-09 14:56:45 +05:30
parent f2c08c1739
commit bba8a5cae6
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ const UserCard: React.FC<UserCardProps> = ({ selectedCase, cardPosition }) => {
}, []);
return (
<Animated.View style={[styles.cardContainer]}>
<Animated.View style={[styles.cardContainer, cardAnimatedStyle]}>
<Pressable
style={({ pressed }) => [pressed && { opacity: 0.9 }]}
ref={addressItemRef}

View File

@@ -13,5 +13,5 @@ export const LocationSourceTagVariantMap: Record<string, TagVariant> = {
export const PAGE_START = 1;
export const PAGE_END = 5;
export const MODAL_RIGHT_OFFSET = 22;
export const MODAL_TOP_OFFSET = 38;
export const MODAL_TOP_OFFSET = 36;
export const CUSTOMER_OUTREACH_LABEL = 'CUSTOMER_OUTREACH';