14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
import variables from '../../common/styles/variables';
|
|
export default {
|
|
container: {
|
|
// flex: 1,
|
|
backgroundColor: '#fff'
|
|
},
|
|
inputStyle: {
|
|
padding: 0,
|
|
fontSize: variables.inputTextFontSize,
|
|
height: variables.inputAreaHeight,
|
|
textAlignVertical: 'center'
|
|
}
|
|
};
|
|
//# sourceMappingURL=styles.js.map
|