|
@@ -44,6 +44,7 @@ import ChevronIcon from 'assets/icons/travels-screens/down-arrow.svg';
|
|
import { getFontSize } from 'src/utils';
|
|
import { getFontSize } from 'src/utils';
|
|
import InfoIcon from 'assets/icons/info-solid.svg';
|
|
import InfoIcon from 'assets/icons/info-solid.svg';
|
|
import Tooltip from 'react-native-walkthrough-tooltip';
|
|
import Tooltip from 'react-native-walkthrough-tooltip';
|
|
|
|
+import FriendsIcon from 'assets/icons/friends.svg';
|
|
|
|
|
|
const FilterModal = ({
|
|
const FilterModal = ({
|
|
isFilterVisible,
|
|
isFilterVisible,
|
|
@@ -789,7 +790,8 @@ const FilterModal = ({
|
|
disabled={!isSharing}
|
|
disabled={!isSharing}
|
|
>
|
|
>
|
|
<View style={styles.alignStyle}>
|
|
<View style={styles.alignStyle}>
|
|
- <UsersIcon
|
|
|
|
|
|
+ {/* TO DO */}
|
|
|
|
+ <FriendsIcon
|
|
fill={isSharing ? Colors.DARK_BLUE : Colors.LIGHT_GRAY}
|
|
fill={isSharing ? Colors.DARK_BLUE : Colors.LIGHT_GRAY}
|
|
width={20}
|
|
width={20}
|
|
height={20}
|
|
height={20}
|
|
@@ -822,7 +824,7 @@ const FilterModal = ({
|
|
}}
|
|
}}
|
|
disabled={!isSharing}
|
|
disabled={!isSharing}
|
|
>
|
|
>
|
|
- <Text style={styles.megaButtonText}>Show Nomads from</Text>
|
|
|
|
|
|
+ <Text style={styles.megaButtonText}>Show Nomads from (select a country)</Text>
|
|
<ChevronIcon width={18} height={18} />
|
|
<ChevronIcon width={18} height={18} />
|
|
</TouchableOpacity>
|
|
</TouchableOpacity>
|
|
|
|
|