Allow more lines for "other" under mood, pain, sex

This commit is contained in:
bl00dymarie
2024-02-15 18:22:12 +01:00
parent 2ee08c9769
commit 60010f9760
+1 -1
View File
@@ -109,7 +109,7 @@ const SymptomEditView = ({ date, onClose, symptom, symptomData }) => {
const noteText = symptom === 'note' ? data.value : data.note
const inputProps = {
multiline: true,
numberOfLines: 3,
numberOfLines: 4,
scrollEnabled: true,
style: styles.input,
textAlignVertical: 'top',