UNPKG

react-native-global-datetimepicker

Version:
21 lines 473 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { flexDirection: 'column', }, item: { width: 65, height: 35, marginLeft: 10, alignItems: 'center', justifyContent: 'center', }, text: { fontSize: 19, borderRadius: 3, textAlign: 'center', fontWeight: 'bold', paddingHorizontal: 10, }, }); //# sourceMappingURL=styles.js.map