mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
Merge pull request #1975 from ecency/nt/dropdown-highlight
NT - dropdown hightlight
This commit is contained in:
commit
414e682c04
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user