PLT-5659 removed right padding for text inputBox (#312)

This commit is contained in:
enahum 2017-03-01 12:34:31 -03:00 committed by Harrison Healey
parent 8ae59996a5
commit 9969ac52f2

View file

@ -107,7 +107,7 @@ export const GlobalStyles = StyleSheet.create({
borderWidth: 1,
marginTop: 5,
marginBottom: 5,
padding: 15,
paddingLeft: 10,
alignSelf: 'stretch',
borderRadius: 3
}