Skip to content
2 changes: 1 addition & 1 deletion app/containers/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const styles = StyleSheet.create({
...sharedStyles.textRegular,
height: 48,
fontSize: 16,
paddingHorizontal: 14,
padding: 14,
Comment thread
diegolmello marked this conversation as resolved.
borderWidth: StyleSheet.hairlineWidth,
borderRadius: 2
},
Expand Down