Style symptom row
This commit is contained in:
@@ -108,7 +108,7 @@ export default class DayColumn extends Component {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View>
|
<View>
|
||||||
<View style={{ height: symptomHeight }}>
|
<View style={[styles.symptomRow, {height: symptomHeight}]}>
|
||||||
{typeof mucus === 'number' &&
|
{typeof mucus === 'number' &&
|
||||||
<View
|
<View
|
||||||
{...styles.mucusIcon}
|
{...styles.mucusIcon}
|
||||||
|
|||||||
@@ -87,6 +87,10 @@ const styles = {
|
|||||||
borderColor: '#00b159',
|
borderColor: '#00b159',
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderStyle: 'solid'
|
borderStyle: 'solid'
|
||||||
|
},
|
||||||
|
symptomRow: {
|
||||||
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user