react-native-alert-input
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-native-alert-input", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple react native component , both android and ios AlertIos", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -90,4 +90,4 @@ import React from 'react'; | ||
fontWeight:'bold', | ||
paddingVertical:10 | ||
paddingVertical:12 | ||
} | ||
}); |