Merge pull request #1975 from ecency/nt/dropdown-highlight

NT - dropdown hightlight
This commit is contained in:
Feruz M 2021-06-21 12:58:02 +03:00 committed by GitHub
commit 414e682c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
import React from 'react';
import { View, Text, TouchableHighlight, ActivityIndicator } from 'react-native';
import EStyleSheet from 'react-native-extended-stylesheet';
// External components
import ModalDropdown from 'react-native-modal-dropdown';
@ -25,7 +26,10 @@ const renderDropdownRow = (
noHighlight,
dropdownRowWrapper,
) => (
<TouchableHighlight style={styles.rowWrapper} underlayColor="#E9F2FC">
<TouchableHighlight
style={styles.rowWrapper}
underlayColor={EStyleSheet.value('$modalBackground')}
>
<View
style={[
styles.dropdownRow,