Skip to content
Snippets Groups Projects
Commit f6607b98 authored by Julia Friesel's avatar Julia Friesel
Browse files

Style symptom row

parent c54581d6
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ export default class DayColumn extends Component {
return (
<View>
<View style={{ height: symptomHeight }}>
<View style={[styles.symptomRow, {height: symptomHeight}]}>
{typeof mucus === 'number' &&
<View
{...styles.mucusIcon}
......
......@@ -87,6 +87,10 @@ const styles = {
borderColor: '#00b159',
borderWidth: 2,
borderStyle: 'solid'
},
symptomRow: {
alignItems: 'center',
justifyContent: 'center'
}
}
......
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