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'