Change icon to trash can

This commit is contained in:
Julia Friesel
2019-05-17 10:56:36 +02:00
parent 9ff37e2874
commit 6a8d22f9f0
12 changed files with 375 additions and 91 deletions
+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/AntDesign'
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"
style={styles.symptomInfoIcon}
{...iconStyles.symptomHeaderIcons}
/>