ilink-world/components/PasswordInput/styles.js

15 lines
306 B
JavaScript
Raw Normal View History

2021-10-26 18:19:13 +00:00
import {StyleSheet} from 'react-native';
export default StyleSheet.create({
textInput: {
height: 46,
borderRadius: 5,
paddingHorizontal: 10,
width: '100%',
justifyContent: 'space-between',
alignItems: 'center',
flexDirection: 'row',
},
});