Skip to content
Snippets Groups Projects
Commit 39df9c2e authored by emelko's avatar emelko
Browse files

Make uniform info icon and leave some space

parent 138f1d28
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import InfoPopUp from './info-symptom'
import Header from '../../header/symptom-view'
import { headerTitles } from '../../../i18n/en/labels'
import { sharedDialogs } from '../../../i18n/en/cycle-day'
import FeatherIcon from 'react-native-vector-icons/Feather'
import Icon from 'react-native-vector-icons/Entypo'
import styles, { iconStyles } from '../../../styles'
export default class SymptomView extends Component {
......@@ -90,10 +90,9 @@ export default class SymptomView extends Component {
}}
style={styles.infoButtonSymptomView}
>
<FeatherIcon
name="info"
{...iconStyles.infoInSymptomView}
style={iconStyles.symptomInfo}
<Icon
name="info-with-circle"
style={iconStyles.info}
/>
</TouchableOpacity>
{ this.state.showInfo &&
......
......@@ -28,8 +28,11 @@ export default class Settings extends Component {
</FramedSegment>
<FramedSegment style={styles.framedSegmentLast} >
<View style={{flexDirection: 'row', alignItems: 'center'}}>
<Icon name="info-with-circle" style={iconStyles.infoInHeading}/>
<AppText style={styles.framedSegmentTitle}>{`${labels.preOvu.title} `}</AppText>
<Icon
name="info-with-circle"
style={iconStyles.info}
/>
<AppText style={styles.framedSegmentTitle}>{` ${labels.preOvu.title} `}</AppText>
</View>
<AppText>{labels.preOvu.note}</AppText>
</FramedSegment>
......
......@@ -474,7 +474,7 @@ export const iconStyles = {
symptomBoxActive: {
color: fontOnPrimaryColor
},
symptomInfo: {
info: {
color: secondaryColor,
fontSize: 25
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment