diff --git a/lib/stylesheets/bootstrap.js b/lib/stylesheets/bootstrap.js index 6bf5a376..e307f031 100644 --- a/lib/stylesheets/bootstrap.js +++ b/lib/stylesheets/bootstrap.js @@ -74,7 +74,8 @@ var stylesheet = Object.freeze({ color: INPUT_COLOR, fontSize: FONT_SIZE, height: 36, - padding: (Platform.OS === 'ios') ? 7 : 0, + paddingVertical: (Platform.OS === 'ios') ? 7 : 0, + paddingHorizontal: 7, borderRadius: 4, borderColor: BORDER_COLOR, borderWidth: 1, @@ -85,7 +86,8 @@ var stylesheet = Object.freeze({ color: INPUT_COLOR, fontSize: FONT_SIZE, height: 36, - padding: (Platform.OS === 'ios') ? 7 : 0, + paddingVertical: (Platform.OS === 'ios') ? 7 : 0, + paddingHorizontal: 7, borderRadius: 4, borderColor: ERROR_COLOR, borderWidth: 1, @@ -95,7 +97,8 @@ var stylesheet = Object.freeze({ notEditable: { fontSize: FONT_SIZE, height: 36, - padding: (Platform.OS === 'ios') ? 7 : 0, + paddingVertical: (Platform.OS === 'ios') ? 7 : 0, + paddingHorizontal: 7, borderRadius: 4, borderColor: BORDER_COLOR, borderWidth: 1,