From 9969ac52f2e319d0e0b41e542ed65635e76468f7 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 1 Mar 2017 12:34:31 -0300 Subject: [PATCH] PLT-5659 removed right padding for text inputBox (#312) --- app/styles/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/index.js b/app/styles/index.js index 72a76a6ab..7ee87de1e 100644 --- a/app/styles/index.js +++ b/app/styles/index.js @@ -107,7 +107,7 @@ export const GlobalStyles = StyleSheet.create({ borderWidth: 1, marginTop: 5, marginBottom: 5, - padding: 15, + paddingLeft: 10, alignSelf: 'stretch', borderRadius: 3 }