[React Native] Fix padding in UIExplorer

This commit is contained in:
Alex Akers
2015-07-03 02:03:08 -07:00
parent 4fdeed0214
commit 16cb41a24e
7 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ var styles = StyleSheet.create({
borderWidth: 0.5,
borderColor: '#d6d7da',
margin: 10,
marginBottom: 0,
height: 45,
padding: 10,
backgroundColor: 'white',