Replace info icon in header with delete

This commit is contained in:
emelko
2019-05-16 16:10:17 +02:00
parent 9ff37e2874
commit 6811b5a692
+3 -3
View File
@@ -6,7 +6,7 @@ import {
Dimensions
} from 'react-native'
import styles, { iconStyles } from '../../styles'
import FeatherIcon from 'react-native-vector-icons/Feather'
import Icon from 'react-native-vector-icons/MaterialCommunityIcons'
import NavigationArrow from './navigation-arrow'
import formatDate from '../helpers/format-date'
@@ -34,8 +34,8 @@ export default function SymptomViewHeader(props) {
onPress={props.deleteEntry}
style={styles.infoButton}
>
<FeatherIcon
name="info"
<Icon
name="delete-outline"
style={styles.symptomInfoIcon}
{...iconStyles.symptomHeaderIcons}
/>