UNPKG

react-native-picker-modal-view

Version:
20 lines 483 B
import { StyleSheet, Dimensions } from 'react-native'; const { height } = Dimensions.get('screen'); export const AlphabetStyle = StyleSheet.create({ container: { marginHorizontal: 10, zIndex: 2, }, alphabetButton: { paddingVertical: 5, paddingHorizontal: 5, }, alphabetText: { fontSize: 10, textAlign: 'center', }, selected: { fontWeight: 'bold', }, }); //# sourceMappingURL=AlphabetStyle.js.map