From ed5d7e544bc054cd1ba2d3f0812a28a2389145c2 Mon Sep 17 00:00:00 2001 From: tina Date: Fri, 31 Aug 2018 17:05:55 +0200 Subject: [PATCH] changes text input parameters for temperature note --- components/cycle-day/symptoms/temperature.js | 9 +++++---- styles/index.js | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/components/cycle-day/symptoms/temperature.js b/components/cycle-day/symptoms/temperature.js index 1326d2f..ae7d74e 100644 --- a/components/cycle-day/symptoms/temperature.js +++ b/components/cycle-day/symptoms/temperature.js @@ -129,13 +129,14 @@ export default class Temp extends Component { onCancel={() => this.setState({ isTimePickerVisible: false })} /> - Note (anomaly) + Note + + { this.setState({ note: val }) diff --git a/styles/index.js b/styles/index.js index 997ee1c..43aac16 100644 --- a/styles/index.js +++ b/styles/index.js @@ -133,7 +133,7 @@ export default StyleSheet.create({ temperatureTextInput: { fontSize: 20, color: 'black', - textAlign: 'right' + textAlign: 'center' }, temperatureTextInputSuggestion: { color: '#939393'